Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks to all three of you who replied, so helpfully. I have one more
question about this topic: At the moment Excel sends each report/copy to the printer individually; is there any way to send them all together as a single multi-sheet printout? "Mike" wrote: Sub printCopies() Dim myCell As String myCell = Range("A1").Value ActiveWindow.SelectedSheets.PrintOut _ Copies:=myCell, Collate:=True End Sub "Hershmab" wrote: I need to print a worksheet several times, using the value of 1 cell as an automatic loop-counter from 1 to, say, 10. 1. Can it be done without a macro? 2. If not, what is the VBA code for a suitable macro? (I have a lot of programming experience, but hardly any VBA!) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print same Excel sheet several times but while changing footer? | Excel Discussion (Misc queries) | |||
history of dates/times an excel worksheet was opened? | Excel Discussion (Misc queries) | |||
Looping a macro x times(x being activecell.value)? | Excel Programming | |||
Print a worksheet when a cell = 1 | Excel Discussion (Misc queries) | |||
Excel opening a "phantom" worksheet at random times | Excel Discussion (Misc queries) |