adding a page number in a cell (Print Multiple Page Worksheet
Hello Again
i actually found a quick workaround. i made a picture of the thingy i needed
in the footer and used the pic to replace all the text. doesnt look half bad.
:)
"Bill Renaud" wrote:
You might add the following line right at the end of the routine above the
End Sub line:
rngPageNumber.Value = 1
This will return the page number in cell I7 back to 1 when the printout is
finished, so it doesn't keep incrementing after each printout. (It won't
affect the next printout; it just makes the worksheet look better to an end
user.)
--
Regards,
Bill Renaud
|