![]() |
Launching Excel programmatically not the same as launching excel manually
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 |
Launching Excel programmatically not the same as launching excel manually
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 | | |
Launching Excel programmatically not the same as launching excel manually
Thanks Jim.
|
All times are GMT +1. The time now is 03:07 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com