Auto numbering new worksheet versions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I add an autonumber field in my excel template so it incrementally changes each time a user opens it?
 
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?
 

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

Back
Top