hello i have an invoice in exel sheet i want to print 100 pages and i want the invoice number start from 1 to 100 so each paper will have different invoice number ! i don't know is it's possible?
feedback
|
|
You need a macro for that. I found the following macro and made some changes on it. Try it to see if it works correctly:
| |||||||||
feedback
|
|
I would use a macro to do this, as there doesn't seem to be an easy, built in method of doing this. The outline of the macro would be pretty simple. Something of this nature:
Edit This page has an example of it for Word, so you could just adapt this to excel. This page has a rough example for excel | |||||
feedback
|