Unable to insert a page break

  • Thread starter Thread starter ilourie
  • Start date Start date
I

ilourie

I cannot insert a page break on several sheets in my workbook.
I have tried inserting a page break in my code and also manually.
Any ideas?
 
Do you have an active printer.

Sub TestPrinter()
msgbox Application.ActivePrinter
End Sub

If so, what leads you to believe it wasn't inserted. Have you look in
View=>Pagebreak Preview
 
Back
Top