Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
because i have provided all relevant functions for my excel files as button macro's i have therefore set all command bars as visible = false in an "Open" macro is it possible to also make the worksheet menu bar not visisble upon opening a file - essentially making the Excel screen appear white except for the application bar at the top and the open applications windows at the bottom of the screen also how would i make it visible again as part of the Before Close macro? thanks matt *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Matt,
Application.Commandbars("Worksheet Menu Bar").Enabled = False Set it to True at the end -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "matt dunbar" wrote in message ... hi because i have provided all relevant functions for my excel files as button macro's i have therefore set all command bars as visible = false in an "Open" macro is it possible to also make the worksheet menu bar not visisble upon opening a file - essentially making the Excel screen appear white except for the application bar at the top and the open applications windows at the bottom of the screen also how would i make it visible again as part of the Before Close macro? thanks matt *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Making Drop Down Box Visible with Excel 2003 | Excel Discussion (Misc queries) | |||
Making selected cells more visible | Excel Discussion (Misc queries) | |||
Making visible a picture | Excel Discussion (Misc queries) | |||
Making a form visible | Excel Discussion (Misc queries) | |||
making only specified columns visible | Excel Discussion (Misc queries) |