how can you print from your app using a specific ms word template
Printable View
how can you print from your app using a specific ms word template
You open you document as usual via code and then specify the AttachedTemplate and PrintOut.
VB Code:
Documents(1).AttachedTemplate = "C:\Test.dot" Documents(1).PrintOut