I am using Access 2003 to create a VBA function that generates a word 2003 document based on an existing word document. (In other words, I use a template, which is a doc file). It works fine on XP machine, but on a Vista machine, I always got the warning "Changes were made that affect the global template normal.dot" after I closed the generated document. As far as I know, that normal.dot file cannot be overwritten. So Word gives me a couple warnings that I have to click No to dismiss. It is really annoying.
Regarding my VBA code, there is nothing fancy. It writes text into a table, makes some text bold, changes the header, and that's it. As I said before, it worked fine in XP.
I checked out the link below but does not help.
Any suggestions?
Regarding my VBA code, there is nothing fancy. It writes text into a table, makes some text bold, changes the header, and that's it. As I said before, it worked fine in XP.
I checked out the link below but does not help.
Any suggestions?