tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
On a PC, this code drags the vertical break to the right, effectively making the page to be 1 width wide:
Can someone tell me if this works equally well on a mac?
Thanks
Code:
Activesheet.VPageBreaks(1).DragOff Direction:=xlToRight, RegionIndex:=1
Can someone tell me if this works equally well on a mac?
Thanks