Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I launch Excel programmatically, I don,t get the Acrobat toolbar to
load as when I launch Excel manually. Is there a switch taht I am missing to have it load all plugins? Although I don't see Acrobat in the list of addins so I doN,t even know how they work. TIA, Atchoum |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel does not open any files automatically, including add-ins, when it is
run via automation. I'd suggest that you find where the add-in is and open it with code: Dim xlsApp As Excel.Application Set xlsApp = CreateObject("Excel.Application") xlsApp.Workbooks.Open "c:\MyAddin.xla" -- Jim Rech Excel MVP "Atchoum" wrote in message . .. | When I launch Excel programmatically, I don,t get the Acrobat toolbar to | load as when I launch Excel manually. Is there a switch taht I am missing to | have it load all plugins? Although I don't see Acrobat in the list of addins | so I doN,t even know how they work. | | TIA, | | Atchoum | | |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Jim.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Launching Excel | Setting up and Configuration of Excel | |||
Launching Excel | Excel Discussion (Misc queries) | |||
Launching Excel | Excel Discussion (Misc queries) | |||
Launching other Applications from Excel | Excel Programming | |||
Launching Excel | Excel Programming |