LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default prevent all addin loads on start?

I have an addin that opens a new instance of excel with a template workbook.

to prevent problems with user environment (other addins) I would like the
new instance of Excel to open without any addins. of course then I would load
my own addin in this "clean environment"

Thanks

code for new instance:
dim xl as object
Set XL = CreateObject(, "excel.application")
XL.Visible = True
XL.Application.Workbooks.Open (mytemplate)

template has :
XL.Application.IgnoreRemoteRequests = true

 
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
How do I prevent Excel trying to open a non-existing file at start Jesperfect Excel Discussion (Misc queries) 0 May 15th 09 01:11 PM
Addin loads but functions don't work KitenutDave Excel Programming 5 August 4th 05 08:20 PM
Loads too slow Heather Excel Discussion (Misc queries) 0 April 12th 05 12:34 PM
RowLiner addin How to Start and Stop [email protected] Excel Programming 2 April 3rd 05 05:31 PM
Remove Excel AddIn from AddIn List !! Help carl Excel Programming 2 December 8th 03 03:36 PM


All times are GMT +1. The time now is 12:30 PM.

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"