Sorry, I left out some critical information so that both replies, yours and
"Mike"'s, do not solve my problem:
The whole of the worksheet consists of formulae dependent on the value of
the "looping" cell.
So the cell must change its value and the worksheet must be recalculated
every time before it is printed.
The loop will always start at 1, but the maximum will vary from time to
time. I could put the current maximum into another cell in the worksheet
"Ron de Bruin" wrote:
Manual there is no option for this
For code see this page to print the activesheet
http://www.rondebruin.nl/print.htm#number
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"Hershmab" wrote in message ...
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!)