Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi. I'm a newbee. I've created a macro which automatically starts windows
timer on Workbook_Open. But users still have an option to start timer from tools menu and when they do that Excel just stops responding. And there are a few reasons to hide all the toolbars in this particular workbook. But at the same time if user has any other workbooks open he'd have all tools and menus available for those workbooks. Is there any way to do that with VBA? Any help on this is much appreciated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On the chosen workbook, hide the toolbars on the workbook open and activate
events. Restore them on deactivate. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Igor Sudnik" wrote in message ... Hi. I'm a newbee. I've created a macro which automatically starts windows timer on Workbook_Open. But users still have an option to start timer from tools menu and when they do that Excel just stops responding. And there are a few reasons to hide all the toolbars in this particular workbook. But at the same time if user has any other workbooks open he'd have all tools and menus available for those workbooks. Is there any way to do that with VBA? Any help on this is much appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide toolbars/Workbook elements | Excel Discussion (Misc queries) | |||
Macro To consolidate All Open Workbooks Into One Workbook | Excel Worksheet Functions | |||
Open and Hide a workbook | Excel Discussion (Misc queries) | |||
Copy worksheet from Active workbook into all other open workbooks | Excel Programming | |||
copy sheet1 from all open workbooks to one workbook | Excel Programming |