VBA: Page Break Preview

November 5th, 2004 | Categories: VBA | Tags:
-->

To place Sheet1 in Page Break Preview View from code:

Sheet1.Activate
ActiveWindow.View = xlPageBreakPreview

To place Sheet1 in in Normal View from code:

Sheet1.Activate
ActiveWindow.View = xlNormalView
Can't get the tutorial to work for you? Need help with your code?
Get answers right away at our AE Excel Support Forums!
No comments yet.