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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.