HighAndWilder
Well-known Member
- Joined
- Nov 4, 2006
- Messages
- 608
- Office Version
- 365
- Platform
- Windows
I'd like to fit all columns on one page in page setup using VBA.
How do I do this?
Lots of suggestions as below but this does not work.
Thanks
How do I do this?
Lots of suggestions as below but this does not work.
Thanks
VBA Code:
With ActiveSheet.PageSetup
.FitToPagesWide = 1
End With