اذهب الي المحتوي
أوفيسنا

اخفاء جميع شريط الاوامر


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

السادة الخبراء

 

هذا امر يخفى جميع الاوامر من اكسل 2003

 

فهل ممكن نفس الامر مع اوفس 2007 و 2010

 

Sub HidMe()
With Application
    .DisplayFullScreen = True
   .AskToUpdateLinks = False
    .ShowStartupDialog = 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
    .DisplayStatusBar = False
    .DisplayFormulaBar = False
    .DisplayFullScreen = True


 

   
End With
With ActiveWindow
    .DisplayGridlines = False
    .DisplayHeadings = False
    .DisplayHorizontalScrollBar = False
    .DisplayVerticalScrollBar = False
    .DisplayWorkbookTabs = False
   
End With

End Sub

 

ولكم جزيل الشكر

جزاكم الله كل خير

رابط هذا التعليق
شارك

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