A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to add automated numbering on Excel Document



 
 
Thread Tools Display Modes
  #1  
Old October 23rd, 2003, 07:13 PM
Sandy
external usenet poster
 
Posts: n/a
Default How to add automated numbering on Excel Document

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.
  #2  
Old October 24th, 2003, 01:38 PM
Jim
external usenet poster
 
Posts: n/a
Default How to add automated numbering on Excel Document

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.


--
Greeting from the Gulf Coast!
http://myweb.cableone.net/twodays
"Sandy" wrote in message
...
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.



  #3  
Old November 17th, 2003, 08:25 PM
external usenet poster
 
Posts: n/a
Default How to add automated numbering on Excel Document

Did you ever get an answer to this, because excel's
capable but there help on it is not good.
-----Original Message-----
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.
.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:08 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.