Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to disable a 3rd party macro, when I start Excel from my application.
How do I do that? Thanks -- jp |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How is the third-party macro being loaded?
Add-ins normally do not load when Excel is started via automation. Tim -- Tim Williams Palo Alto, CA "joe.peavey" wrote in message ... I need to disable a 3rd party macro, when I start Excel from my application. How do I do that? Thanks -- jp |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
We've found the resolution. We can turn off the macros by calling
Application.EnableEvents = False and also by calling Application.Addins("Name of adding") = false. Thanks! -- jp "Tim Williams" wrote: How is the third-party macro being loaded? Add-ins normally do not load when Excel is started via automation. Tim -- Tim Williams Palo Alto, CA "joe.peavey" wrote in message ... I need to disable a 3rd party macro, when I start Excel from my application. How do I do that? Thanks -- jp |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Depending on where you are going with this you might prefer the control of
opening a new instance of Excel. "joe.peavey" wrote: We've found the resolution. We can turn off the macros by calling Application.EnableEvents = False and also by calling Application.Addins("Name of adding") = false. Thanks! -- jp "Tim Williams" wrote: How is the third-party macro being loaded? Add-ins normally do not load when Excel is started via automation. Tim -- Tim Williams Palo Alto, CA "joe.peavey" wrote in message ... I need to disable a 3rd party macro, when I start Excel from my application. How do I do that? Thanks -- jp |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
disable eurovalue windows at excel startup | Excel Discussion (Misc queries) | |||
Bypassing startup macros | Excel Programming | |||
Bypassing startup macros | Excel Programming | |||
Remove Enable/Disable Macro message at startup | Excel Programming | |||
Suppress the Disable Macros / Enable Macros Dialog | Excel Programming |