Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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.... "Little Penny" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vertical page breaks won't drag in Page Break Preview | Excel Discussion (Misc queries) | |||
How do I do page breaks when view menu doesnt page break preview | Excel Discussion (Misc queries) | |||
change page number watermark in page break preview | Excel Discussion (Misc queries) | |||
change and/or remove page number watermark in page break preview | Excel Discussion (Misc queries) | |||
print preview v page break preview | Excel Discussion (Misc queries) |