Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
I have excel 2000. I have installed Adobe Acrobat 4 (for creating PDF's). When I manually launch Excel 2000, when I click the file menu item, I see create pdf as an option. If I launch Excel 2000 from another program, I do not see the create pdf option. Anybody know why this is or how to fix it ? thanks, -Darryl |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The adobe menu is part of the Adobe addin. If you are getting Excel openeing
without the menu then you need to add the addin. application.addin(... HTH "Darryl" wrote: Greetings, I have excel 2000. I have installed Adobe Acrobat 4 (for creating PDF's). When I manually launch Excel 2000, when I click the file menu item, I see create pdf as an option. If I launch Excel 2000 from another program, I do not see the create pdf option. Anybody know why this is or how to fix it ? thanks, -Darryl |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Darryl" wrote in message ... Greetings, I have excel 2000. I have installed Adobe Acrobat 4 (for creating PDF's). When I manually launch Excel 2000, when I click the file menu item, I see create pdf as an option. If I launch Excel 2000 from another program, I do not see the create pdf option. Anybody know why this is or how to fix it ? thanks, -Darryl When You launch Excel using automation, add-ins won't load. This is by design. /Fredrik |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Then how do I , in an automation way, save the spreadsheet
as a pdf ? thanks for any ideas . -Darryl *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In your code, add the necessary lines to load the add-in.
On Thu, 17 Feb 2005 12:03:55 -0800, Darryl Hoar wrote: Then how do I , in an automation way, save the spreadsheet as a pdf ? thanks for any ideas . -Darryl *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Darryl Hoar" wrote in message ... Then how do I , in an automation way, save the spreadsheet as a pdf ? thanks for any ideas . -Darryl *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! Maybe you can record the code that activates the add-in and put it into some event handler. /Fredrik |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing Excel using Acrobat Adobe | Excel Discussion (Misc queries) | |||
I need an excel plug in to save workbooks in adobe acrobat format | Excel Discussion (Misc queries) | |||
how to re install Adobe Acrobat in Excel? The adobe Acrobat work. | Excel Discussion (Misc queries) | |||
Close Adobe Acrobat from Excel - attn: NickHK | Excel Programming | |||
Close Adobe Acrobat from Excel | Excel Programming |