Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My impression is it was an autoopen macro. Depending on how long it takes
the macro to run, I think there may not be enough time. Personally, I keep a button on my toolbar to toggle events on/off Sub ToggleEvents() With Application .EnableEvents = Not .EnableEvents If .EnableEvents Then .StatusBar = False Else: .StatusBar = "Events Are Disabled" End If End With End Sub But the OP could also set security to medium or high prior to opening the workbook. "Les Stout" wrote: JMB, You can also press ctrl/break(Pause) to stop the code. Les Stout *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I stop a formula from executing based on a cell value? | New Users to Excel | |||
Excel Macro Stop Executing | Excel Programming | |||
executing an add in | Excel Programming | |||
How do I stop other circles in other cells to stop selecting? | Excel Worksheet Functions | |||
How do I stop other circles in other boxes to stop selecting? | Excel Worksheet Functions |