اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

الردود الموصى بها

قام بنشر

أنا محتاج هذا الكود لفتح البرنامج و اخفاء اشرطة الأدوات

وقد حصلت عليه من المنتدى

والسؤال هنا كيف أقوم بإستخدامه أي الطريقه اللازمه لعمله وياليت مثال

عاجل الله يرحم والديكم ويجعل الجنة مثواكم ..

Private Sub Workbook_Open()
Sheets("اسم الورقه التى ستنفتح عليها الشاشه").Activate
With Application
    'Application.DisplayFullScreen = True
    .CommandBars("Full Screen").Visible = False
    .CommandBars("Worksheet Menu Bar").Enabled = False
    .CommandBars("Standard").Visible = False
    .CommandBars("Formatting").Visible = False
    .CommandBars("Drawing").Visible = False
    .CommandBars("Reviewing").Visible = False
    .CommandBars("Web").Visible = False
    .CommandBars("Control Toolbox").Visible = False
    .CommandBars("Forms").Visible = False
    .DisplayStatusBar = False
    .DisplayFormulaBar = False

End With
Sheets("اسم الورقه التى ستنفتح عليها الشاشه").Activate
End Sub

قام بنشر

اضغط Alt+F11

يسار الشاشة من الأعلى التي تظهر أمامك

سوف تجد شعار ملف اكسل

اعمل دبل كليك بالماوس علية

تفتح الشاشة

انسخ الكود هنا في الجهة اليمنى

اغلق ملف اكسل

ارجع افتحه

ياسلام اشتغل الكود 100%

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information