Auto numbering new worksheet versions

J

jlbaz

How can I add an autonumber field in my excel template so it incrementally changes each time a user opens it?
 
T

Tom Ogilvy

Is it really a template or is it a workbook that you are using and then
doing saveAs.

In any event, there is no built in autonumbering facility. You would have
to manage this with code. It it is a true template, used with File=>New,
then you would have to store the values somewhere else similar to the
Invoice template distributed with Excel. I believe it uses the registry.

--
Regards,
Tom Ogilvy


jlbaz said:
How can I add an autonumber field in my excel template so it incrementally
changes each time a user opens it?
 
Top