Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Set the Document Orientation in Microsoft Word to LandscapeContent of Set the Document Orientation in Microsoft Word to Landscape.vbsMD5 Hash: ED56BFDCD124BF3EF5D4193623DE7960 |
||
Const wdOrientLandscape = 1
Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc = objWord.Documents.Add() objDoc.PageSetup.Orientation = wdOrientLandscape | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |