Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to disable Auto Macro in order to open a number of spreadsheets using
a macro. These spreadsheets have an Auto Macro that loads info from a server. Is there a way I can open these spreadsheets with their macros disabled?? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
to have workbook_open procedures not fi
application.enableevents = false 'open your workbooks application.enableevents = true mike_cutting-edge wrote: I need to disable Auto Macro in order to open a number of spreadsheets using a macro. These spreadsheets have an Auto Macro that loads info from a server. Is there a way I can open these spreadsheets with their macros disabled?? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable auto (date) format? | Excel Discussion (Misc queries) | |||
How does one disable Auto-Formatting of dates? | Excel Discussion (Misc queries) | |||
Disable Auto save on Right Click | Excel Discussion (Misc queries) | |||
Disable Excel's Auto Formatting | Excel Programming | |||
Disable auto editor formatting | Excel Programming |