Anybody know how to set the document to landscape when creating a word document in vb?
Printable View
Anybody know how to set the document to landscape when creating a word document in vb?
After looking through the Object Broswer I found this:
Document.PageSetup.Orientation = wdOrientLandscape
You should be able to set it from the Document object.
Thanks but just found it not too long ago. Appreciate the help though