Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing to PDF Print Driver Using Excel
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Printing to PDF Print Driver Using Excel
Miscellaneous
Thread ID:
00938501
Message ID:
00938501
Views:
75
How do I use Excel to print to a specific printer driver?

So far, I have:

oExcel = createobject("Excel.Application")

WITH oExcel
.workbooks.open(lc_word_doc)
*.ActivePrinter = "Win2PDF"
** Not sure what goes in here...

.quit
ENDWITH
Michael Meinberg
Tamtech, Inc

"The amount of things that I know nothing about is alarmingly increasing."
Next
Reply
Map
View

Click here to load this message in the networking platform