Page Breaks in Excel

When you set your print area or use the Page Break Preview View, Excel will show you the page breaks on the grid. If this annoys or distracts you, here is how to remove them. It’s a one-line macro that turns off the page breaks in the current sheet. Sub TurnOffPageBreaks() ActiveSheet.DisplayPageBreaks = False End Sub If you are new to macros then this blog post can take you through how to use them. The above code can be copied…

Continue ReadingPage Breaks in Excel

End of content

No more pages to load