Page breaks reappearing when switchingbetween Normal and Page Layout View

C

claude_sapp

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: intel

I unchecked Show page breaks in Preferences...View, and in Normal view they went away. But when I switch between Normal and Page Layout views, the page breaks reappear. Any other setting to look at that would prevent this?
 
J

JE McGimpsey

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: intel

I unchecked Show page breaks in Preferences...View, and in Normal view they
went away. But when I switch between Normal and Page Layout views, the page
breaks reappear. Any other setting to look at that would prevent this?

Don't think so. I've added this script to toggle page breaks to my
Script Menu (by placing it in the

~:Microsoft User Data:Excel Script Menu Items

folder, where ~ is your home directory):

tell application "Microsoft Excel"
tell active sheet
set display page breaks to not (display page breaks)
end tell
end tell
 
C

claude_sapp

That worked, thank you. That is the first time I have ever used a script, but I can see how scripts can be very useful. I will have to learn more about them.
 
Top