Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi-
When we write a macro in excel and open the file there is popup box which asks the user to select "Enable Macro" or "Disable Macro". If the user selects disable macro then the macro becomes inactive. Is there any code to enable the macro when the workbook is opened and its enabled automatically without giving an option to the user for selecting (Enable or Disable Macro) from the popup box. Regards, Murali. G |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is based on the security level the user has selected. If the security
level is set to medium the confirmation message pops up..You can avoid this confirmation message if you set the security level to low in ToolsMacroSecurity. Changing this through VBA not easy for obvious security reasons. If this post helps click Yes --------------- Jacob Skaria "Murali G" wrote: Hi- When we write a macro in excel and open the file there is popup box which asks the user to select "Enable Macro" or "Disable Macro". If the user selects disable macro then the macro becomes inactive. Is there any code to enable the macro when the workbook is opened and its enabled automatically without giving an option to the user for selecting (Enable or Disable Macro) from the popup box. Regards, Murali. G |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alternatively, you can write your excel program as an excel add-in
On May 22, 8:52*pm, Murali G <Murali wrote: Hi- When we write a macro in excel and open the file there is popup box which asks the user to select "Enable Macro" or "Disable Macro". *If the user selects disable macro then the macro becomes inactive. Is there any code to enable the macro when the workbook is opened and its enabled automatically without giving an option to the user for selecting (Enable or Disable Macro) from the popup box. * Regards, Murali. G |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I enable macro use in excel 2007 | Excel Discussion (Misc queries) | |||
Excel 2007 Enable Macro Prompt | Excel Discussion (Misc queries) | |||
Help with Enable Macro Error Msg (Excel 2007) | Excel Programming | |||
Enable Word Template Macro from Excel | Excel Programming | |||
Excel Enable Macro message | Excel Programming |