You can also use the VBA command:
Sub Test()
Selection.PageSetup.Orientation = wdOrientLandscape
End Sub
See here for a way to run this command (macro).
You can also use the VBA command:
Sub Test()
Selection.PageSetup.Orientation = wdOrientLandscape
End Sub
See here for a way to run this command (macro).