Print preview-hide dotted lines.

L

lunker55

After I do a print preview and go back to normal view, the dotted lines show
the page layout over my spreadsheet. How do I hide them without changing the
print area?
They are annoying!
joe
 
J

JulieD

Hi Joe

Try Tools / Options - View tab and unclick Page Breaks

Hope this helps

Cheers
JulieD
 
J

JE McGimpsey

Since I occasionally like to see page breaks in Normal view, I have this
macro attached to a custom toolbar button:

Public Sub TogglePageBreaks()
With ActiveSheet
.DisplayPageBreaks = Not .DisplayPageBreaks
End With
End Sub
 

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