Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to not open a workbook (either through Excel or
double-clicking the file in explorer) if macros are automatically disabled or the user decides not to enable the macros? If so, I would like for it then to display a msgbox informing the user that macros must be enabled to view or edit the workbook. Thanx in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The standard way to approach this is as follows.
- create a worksheet with a message on it explaining that for this workbook to run it needs macros enabled, maybe even a few screenshots - hide all other worksheets - add some code in the Workbook_Open event that unhides the other sheets, but hides that sheet. What happens is that if they do not enable macros, they will only see the warning sheet, telling them how to do it. If they enable macros, it will startup as the workbook it should be. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Maddoktor" wrote in message ... Is it possible to not open a workbook (either through Excel or double-clicking the file in explorer) if macros are automatically disabled or the user decides not to enable the macros? If so, I would like for it then to display a msgbox informing the user that macros must be enabled to view or edit the workbook. Thanx in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enabling Macros | Excel Discussion (Misc queries) | |||
Enabling Macros | New Users to Excel | |||
Enabling macros | Excel Discussion (Misc queries) | |||
macros not enabling | Excel Programming | |||
Enabling macros | Excel Programming |