Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default 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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default 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
|
|


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Launching Excel programmatically not the same as launching excel manually

Thanks Jim.


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
Launching Excel RichD Setting up and Configuration of Excel 2 December 20th 07 02:29 AM
Launching Excel TelAb Excel Discussion (Misc queries) 2 June 9th 07 07:35 PM
Launching Excel wllee Excel Discussion (Misc queries) 4 August 31st 05 01:05 AM
Launching other Applications from Excel Frank Stone Excel Programming 0 July 27th 04 07:36 PM
Launching Excel mercury Excel Programming 0 November 19th 03 02:24 PM


All times are GMT +1. The time now is 04:07 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"