jsolutions
Programmer
Hi - this is an Excel VBA question. I have a template that I want to contain a tracking number. Each time a new file is created based on the template, I want the number to increment. So for example, the first new Excel document based on the template would be document number 1, the next one would be document number 2 - and for simplicity, let's say that I want that value to show in cell A1. (NOTE - document 1 and document 2 have no knowledge of each other. In other words, there will be no way to get the most recent value from the previous document. So, I would like for the template to manage this number.
I have started down several paths including storing the value in an external file - updating and reading it any time that the template is accessed.
I am sure that there is a better way to do this - preferably storing the value in the excel template or VBA code. Any help would be greatly appreciated.
Thanks
Jay
I have started down several paths including storing the value in an external file - updating and reading it any time that the template is accessed.
I am sure that there is a better way to do this - preferably storing the value in the excel template or VBA code. Any help would be greatly appreciated.
Thanks
Jay