G
Guest
I would like to know the formula for making a cell be able to do sequential
numbering such as for purchase orders.
numbering such as for purchase orders.
Is this a religious thing?Paul said:Tom,
A simple way would be to use something like this, you could assign it to a
button, an open or before print event.
Sheets("Sheet1").Range("A1").Value = _
Sheets("Sheet1").Range("A1").Value + 1
For other ways to do this or if this is going to be used in a temple have a
look here
http://www.mcgimpsey.com/excel/udfs/sequentialnums.html
cschiller1 said:Is this a religious thing?