Board index » delphi » Printing from Word 2k
David P. Schwartz
![]() Delphi Developer |
Sat, 14 Feb 2004 12:02:21 GMT
Printing from Word 2k
I'm working with OLE for the first time in D4, and basically just trying to
do save-as to alternate file formats and print to various print drivers. I've got a document open and can select a printer, but the call to Application.PrintOut(...) gives me a stupid "type mismatch" error. One book I read says that you can get the parameters needed for OLE calls by going into Office and recording a macro, then using the macro as your guide. I don't know diddly about VB, but it appears that you can use parameter Any suggestions on how to deal with these issues? Thanks |