Two Questions Page Break Preview

L

Little Penny

Is it possible to remove the on screen watermark in the page break
preview?

Also can you lock the page break preview to prevent other uses
changing back to normal view?



Thanks


Little Penny
 
C

Corey

You could use this to change the View B4 the wkb closes:
Private Sub Workbook_BeforeClose(Cancel As Boolean)
If ActiveWindow.View = xlNormalView = True Then ActiveWindow.View =
xlPageBreakPreview
End Sub

Private Sub Workbook_Open()
If ActiveWindow.View = xlNormalView = True Then ActiveWindow.View =
xlPageBreakPreview
End Sub


Corey....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top