A
ALBAN
I'm trying to set up a counter that tracks the number of times a certain
button has been clicked. The intention is to preserve the value (after
document is saved and closed) so the counter countinues where it stopped the
last time. Is this possible?
The way I'm doing it at the moment is:
I have created a special template for these documents that need this sort of
counting. In VBA, within the template project I have used the New event to
initialize the counter, hoping that everytime a new document from this
templated is created, it will initialize the counter to 1.
I can use counter correctly for the first time the document is used (the
time it's created by the template).
However, the next time I open the document, the counter is set to a fixed
value!
Any idea why?
thanks in advance,
ALBAN
button has been clicked. The intention is to preserve the value (after
document is saved and closed) so the counter countinues where it stopped the
last time. Is this possible?
The way I'm doing it at the moment is:
I have created a special template for these documents that need this sort of
counting. In VBA, within the template project I have used the New event to
initialize the counter, hoping that everytime a new document from this
templated is created, it will initialize the counter to 1.
I can use counter correctly for the first time the document is used (the
time it's created by the template).
However, the next time I open the document, the counter is set to a fixed
value!
Any idea why?
thanks in advance,
ALBAN