Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to complete a macro that is linked to a button to print multiple
sheets from a workbook. The macro is intended to read a number from the first sheet to determine how many sheets to print. This should be a short program, but How would I write a for loop to access a different sheet each time. This is what I have For Coun = 1 To Vio_Num Sheets("?").PageSetup.PrintArea = "$A$1:$L$45" The ? is where I need the incementing value to go. Is this possible? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 printing problem--printing 1 document on 2 pages | Excel Discussion (Misc queries) | |||
Excel Printing --Borders are not printing on the same page as data | Excel Discussion (Misc queries) | |||
Printing a heading on each new page when printing | Excel Discussion (Misc queries) | |||
Enable Double sided printing contiuously when printing multiple s. | Excel Discussion (Misc queries) | |||
Printing? Worksheets not printing the same on multiple pc's! | Excel Programming |