Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I regularly rollout VBA Excel programs within our company (100 - 1000 users)
Is there a way to turn off displaying the dialog box that ask user to 'disable or enable or macros. I want it always to default to "enable macros". thank you. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can give you three suggestions:
1. Set security level in all workstations (tools/macros/security) to low, which is a security risk 2. sign your macros with a certificate, trusted by all workstations in your company 3. create a Self signed certificate (with the selfcert.exe tool provided by MS) and then sign the macros. You will have to "trust" this suignature on all workstations "Bret" wrote: I regularly rollout VBA Excel programs within our company (100 - 1000 users) Is there a way to turn off displaying the dialog box that ask user to 'disable or enable or macros. I want it always to default to "enable macros". thank you. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That would rather defeat the object of having security ... so, no.
Regards Trevor "Bret" wrote in message ... I regularly rollout VBA Excel programs within our company (100 - 1000 users) Is there a way to turn off displaying the dialog box that ask user to 'disable or enable or macros. I want it always to default to "enable macros". thank you. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bret:
I regularly rollout VBA Excel programs within our company (100 - 1000 users) Is there a way to turn off displaying the dialog box that ask user to 'disable or enable or macros. I want it always to default to "enable macros". You and evey macro virus writer in the world. :) You can use a digital signature and the user would only have to accept it once. See http://support.microsoft.com/?kbid=288985 -- Dick Kusleika MS MVP - Excel www.dailydoseofexcel.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ENABLE MACROS | Excel Discussion (Misc queries) | |||
Enable Macros | Excel Programming | |||
Enable macros..... | Excel Programming | |||
Suppress the Disable Macros / Enable Macros Dialog | Excel Programming | |||
re-enable macros | Excel Programming |