How to add automated numbering on Excel Document

S

Sandy

I would like to have the Excel document form
automatically add a number in sequence so we can track
each document.

For example:

We have paper forms with assigned ID numbers for tracking
reference. How can you get Excel to perform an automatic
ID tracking number each time a new form needs to be used.

Thanks for your help.
 
J

Jim

One way is with to put this in the Workbook_Open event:
Range("A1").Value=Range("A1")+1

Of course, you need to change the cell reference to meet your needs.
 
G

Guest

Did you ever get an answer to this, because excel's
capable but there help on it is not good.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top