Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
For MS Excel files that contain macros, when the file is
opened, a standard pop-up window shows three buttons for the user to select: "Enable" or "Disable" or "More Info". In some instances, users select disable, and the macros I created do not work in the file. Is there VB code written to hide this window and to have the macros automatically enable without giving the user an option to disable? |
#2
![]() |
|||
|
|||
![]()
Steve,
No. That behavior depends on their macro security setting, which you cannot change. You could have a sheet that has "You should enable macros!" on it, that you have as the default sheet, and that you hide with the workbook open macro, so that if the macros are enabled the user only sees the sheet flash by. HTH, Bernie MS Excel MVP "steve" wrote in message ... For MS Excel files that contain macros, when the file is opened, a standard pop-up window shows three buttons for the user to select: "Enable" or "Disable" or "More Info". In some instances, users select disable, and the macros I created do not work in the file. Is there VB code written to hide this window and to have the macros automatically enable without giving the user an option to disable? |
#3
![]() |
|||
|
|||
![]()
Thanks for the information and good suggestion.
-----Original Message----- Steve, No. That behavior depends on their macro security setting, which you cannot change. You could have a sheet that has "You should enable macros!" on it, that you have as the default sheet, and that you hide with the workbook open macro, so that if the macros are enabled the user only sees the sheet flash by. HTH, Bernie MS Excel MVP "steve" wrote in message ... For MS Excel files that contain macros, when the file is opened, a standard pop-up window shows three buttons for the user to select: "Enable" or "Disable" or "More Info". In some instances, users select disable, and the macros I created do not work in the file. Is there VB code written to hide this window and to have the macros automatically enable without giving the user an option to disable? . |
#4
![]() |
|||
|
|||
![]()
steve
That would obviate the need for Macro Security so there would be no point in Excel providing security from macro viruses. Check out help on "Digital Certificates" to find out how to sign your projects. OR go to news group alt.virus.distribution for pointers. Gord Dibben Excel MVP On Tue, 12 Apr 2005 07:44:10 -0700, "steve" wrote: For MS Excel files that contain macros, when the file is opened, a standard pop-up window shows three buttons for the user to select: "Enable" or "Disable" or "More Info". In some instances, users select disable, and the macros I created do not work in the file. Is there VB code written to hide this window and to have the macros automatically enable without giving the user an option to disable? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically update from source when file opens | Excel Discussion (Misc queries) | |||
Opening a file with a Macro | Excel Discussion (Misc queries) | |||
Excel 2003 Opens Up Every File in My Documents | Excel Discussion (Misc queries) | |||
Weekly Transaction Processing | Excel Worksheet Functions | |||
Macro did not run after download file from net | Excel Worksheet Functions |