Hi SO,
I'm looking for a way to print a Word document programmatically with VBA in an Outlook macro. I think there may be two ways to accomplish this:
1) Use the Shell to print the document via command line switch with Word.
2) Use Outlook the print the document.
Is there a way to do this? I need to be able to specify the printer.
Thanks!!