I want to format a document in excel where Page 1 prints as Landscape and Page two in the same tab prints as Portrait, can anyone tell me if this is possible and if so how?
Sub print_ws()
Dim i As Integer
With Sheet2
For i = 1 To .PageSetup.Pages.Count
.PageSetup.Orientation = (i Mod 2) + 1
.PrintOut i, i, 1
Next
End With
End Sub
Its not rude.
Mr bob is one of the senior member here & what he advised: if followed the same in a nice gesture then it will take strength to stand ur feet as well.