F
Fred Goldman
I have a vb script that does a few find/changes and then closes Word. The
problem I am unning into is every time I choose a file from the server when
the script tries to close Word I get this dialog that says it can't save
Normal.dot because it is in use.
Is there any way to avoid this dialog?
Here is how the script ends:
objWord.ActiveWindow.Close(True)bjWord.Quit
problem I am unning into is every time I choose a file from the server when
the script tries to close Word I get this dialog that says it can't save
Normal.dot because it is in use.
Is there any way to avoid this dialog?
Here is how the script ends:
objWord.ActiveWindow.Close(True)bjWord.Quit