Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I prevent Excel trying to open a non-existing file at start | Excel Discussion (Misc queries) | |||
Addin loads but functions don't work | Excel Programming | |||
Loads too slow | Excel Discussion (Misc queries) | |||
RowLiner addin How to Start and Stop | Excel Programming | |||
Remove Excel AddIn from AddIn List !! Help | Excel Programming |