PDA

Click to See Complete Forum and Search --> : Print using ms word template


modpluz
Nov 30th, 2005, 08:12 PM
how can you print from your app using a specific ms word template

RobDog888
Dec 1st, 2005, 02:39 AM
You open you document as usual via code and then specify the AttachedTemplate and PrintOut.
Documents(1).AttachedTemplate = "C:\Test.dot"
Documents(1).PrintOut