Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Disable 3rd party macros at startup?

I need to disable a 3rd party macro, when I start Excel from my application.
How do I do that?

Thanks
--
jp

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Disable 3rd party macros at startup?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Disable 3rd party macros at startup?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default Disable 3rd party macros at startup?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
disable eurovalue windows at excel startup grooviechez Excel Discussion (Misc queries) 4 February 8th 05 01:47 PM
Bypassing startup macros Paul B[_6_] Excel Programming 3 August 26th 04 01:56 PM
Bypassing startup macros Thomas Ramel Excel Programming 2 August 26th 04 01:36 PM
Remove Enable/Disable Macro message at startup carvil16[_3_] Excel Programming 1 January 27th 04 04:25 PM
Suppress the Disable Macros / Enable Macros Dialog Shoji Karai Excel Programming 5 September 24th 03 03:10 AM


All times are GMT +1. The time now is 07:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"