Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zaydy
  • Content: Threads
  • Order by date
  1. zaydy

    Setting page breaks within VBA for Excel

    I am trying to set a horizontal page break within a large VBA program (more than 100 pages of macros). The code I am using is: Cells(x,1).Select ActiveWindow.SelectedSheets.HPageBreaks.Add Before:= ActiveCell This does not work in my Excel program, but if I run the page break macro on...

Part and Inventory Search

Back
Top