Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a 110 Worksheet Workbook and I want to set the same page breaks for
each page without manually doing every worksheet individually. Any help or macros out there? Thanks, Steve |
#2
![]() |
|||
|
|||
![]()
you always can use
Tools Macro rocord new macro then do the job on one worksheet the stop the recording and sse the vba code. (this will help next time) But today, and in your case, I suggest ActiveWorkbook.Sheets.HPageBreaks.Add Befo=Rows(8) one line all the job done (before row 8 in this example) |
#3
![]() |
|||
|
|||
![]()
Thanks a million
"abcd" wrote: you always can use Tools Macro rocord new macro then do the job on one worksheet the stop the recording and sse the vba code. (this will help next time) But today, and in your case, I suggest ActiveWorkbook.Sheets.HPageBreaks.Add Befo=Rows(8) one line all the job done (before row 8 in this example) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why can't I move page breaks? | Excel Discussion (Misc queries) | |||
can't drag page breaks | Excel Discussion (Misc queries) | |||
why can't I move page breaks in XP Office | Excel Discussion (Misc queries) | |||
Using a cell reference to refernce worksheet in another work book | Excel Worksheet Functions | |||
Change Path names in copied work book | Excel Worksheet Functions |