![]() |
![]() |
|
|||||||
| 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: Mar 2002
Posts: 34
|
I have a workbook that I need to stop users 'playing' with - you know the sort of thing. I can hide the menu and command bars, but different users around the country use different command bars. Can I script it so that Xl gets interogated to find which are visible and hide them , restoring only the ones they had to start with when it closes? I got moaned at cos one guy suddenly got a formatting bar I use but he doesn't.
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
commandbars and store there Visble property in a Static array, then when closing just loop through the array and rest the commandbars..... Have a look here for useful info on commandbars. http://msdn.microsoft.com/library/techart/ofcmdbar.htm http://support.microsoft.com/support.../Q166/7/55.ASP http://w1.2735.telia.com/~u273500023/english/index.htm |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|