Hi

I have recently been developing in two separate VBA-projects, one in Word
2000 and the other in Word 2003.

Suddenly, in the testing-fase, one user seems to be running old code.
In one example I made a small but significant change in the code and saved
the template over the old one.
When the user starts the test, the old code seems to be running.

I have now seen this behaviour with two separate customers, and also in the
two separate word-versions I mentioned above.

Is there some place in the client computer where VBA-code is cached?

Thanks in advance

Peter Karlström
Midrange AB
Sweden

Re: VBA-code cached? by Oliver

Oliver
Tue Mar 07 00:19:58 CST 2006

> Is there some place in the client computer where VBA-code is cached?

Its not cached in my experience, but you may have multiple templates on the
PC (especially when they get saved in the irritating local settings
directory on the user's documents & settings), and the templates may be
linked to that. Either that or you didn't actually save correctly.

Oliver Townshend