Excel spread sheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Every time I open ANY excel document on this CP it displays each individual
cell as a page.......how do I change this setting? Moving each page break
takes too long abd does not alway work.
 
Hi
try this macro to remove them all at once:
Sub remove_them()
ActiveSheet.ResetAllPageBreaks
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

Back
Top