Hello,

I am trying to setup a document that will change a number on it every time I
print the page. It is a one page form that is used for customers with
computer troubles. The issue is I have to cahnge the index number every time
I print the page and I want it to change it when I tell it to print. Also, I
need it to save at that point so anyone that needs to print more can pick up
where I left off.

Also, I need to know how to implement the thing into the document.

Thx

Re: Setup a macro to change a number after each print by Doug

Doug
Thu Nov 17 13:36:48 CST 2005

See the article "Creating sequentially numbered documents (such as
invoices)" at:

http://www.word.mvps.org/FAQs/MacrosVBA/NumberDocs.htm

or "Sequentially numbering multiple copies of single document using a macro"
at:

http://www.word.mvps.org/FAQs/MacrosVBA/NumberCopiesOf1Doc.htm


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Kosvarnin" <Kosvarnin@discussions.microsoft.com> wrote in message
news:B1BF8EBA-6946-4E34-A40C-B493A17F8727@microsoft.com...
> Hello,
>
> I am trying to setup a document that will change a number on it every time
> I
> print the page. It is a one page form that is used for customers with
> computer troubles. The issue is I have to cahnge the index number every
> time
> I print the page and I want it to change it when I tell it to print. Also,
> I
> need it to save at that point so anyone that needs to print more can pick
> up
> where I left off.
>
> Also, I need to know how to implement the thing into the document.
>
> Thx