![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 16
|
Is there any way to remove the Worksheet Menu bar (file, edit, tools etc.) from the excel and save it without it, so when the user opens it, it would not have the menu bar. Thanks.
|
|
|
|
|
|
#2 | |
|
New Member
Join Date: May 2002
Posts: 20
|
Go to http://www.ozgrid.com & there is some VBA code on the link to Worksheet Events that will remove all toolbars. I would guess that it could be modified to remove just ONE toolbar.
Quote:
|
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: Hellas
Posts: 553
|
hello
Yes there is a way to hide the worksheet menu bar.You go to the menu,view,toolbars,customize,toolbars , and uncheck the worksheet menu bar. or You can do it by inserting a vba sub like this and run it once Sub hidemenubar() CommandBars("Worksheet Menu Bar").Enabled = False End Sub _________________ Best Regards, Andreas using Excel 2000 - Windows 2000 prof. [ This Message was edited by: sen_edp on 2002-05-20 14:43 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|