|
I have inherited a VB application that uses ePrint. The program converts an Excel file to PDF. The application first dynamically creats a Word doc, then pastes the XLS into that doc, then prints the Word doc using the ePrint driver.
Is it not possible to write a VB app that simply opens the original Excel file and prints to the ePrint driver? Must we first paste the XLS into Word??
Can someone provide code for the solution I seek?
|