Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
How can i programmatically disable (not display) the excel toolbars for a single instance of excel such that the original toolbars configuration is reappears on subsequent invocations of excel. ie. For Each bar In Application.CommandBars If bar.Visible Then bar.Visible=False Next Problem is when i do the above, all subsequent invocations of excel will have no toolbars displayed. Only way i can think of reverting back to original toolbars configuration is to save which toolbars are visible, and then set them back to true when the workbook closes but this seems very clumsy. is there a more efficient approach? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Startup and template locations in Citrix TS session and local session | Setting up and Configuration of Excel | |||
Each New Excel to open in another session | Excel Worksheet Functions | |||
Can't alt-tab between Excel workbooks in one session. Help! | Excel Discussion (Misc queries) | |||
Locking(?) an excel session | Excel Programming | |||
Creating/Destroying Toolbars Programmatically | Excel Programming |