SEQUENTIAL NUMBERING OF WORKBOOKS

  • Thread starter Thread starter des-sa
  • Start date Start date
D

des-sa

when the question of how to get a template to number each new workbook that's
opened, regular reference to the website:
http://www.mcgimpsey.com/excel/udfs/sequentialnums.html is made, but i copied
the text, pasted it in my workbook's visual basic editor (opened by right
clicking the sheet tab > view code) and nothing happenens. I did change what
i shink i should (cell references, workbook name) and nothing happens.
Please, Please can someone help me.
Thanks
 
To start with.....

John has code for different types of storage and retrieval of the number.

Which did you copy?

Assuming the first set which stores the number in the Registry...........

the code is Workbook_Open code and does not go into a worksheet module.

Right-click on the Excel Icon left of "File" and "View Code".

The code will be pasted into that module.


Gord Dibben MS Excel MVP
 

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