How do I select a radio button?

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).

1 Like