G
Gordo
I have developed a Word VBA solution that is being used by about 50
individuals. The code in question does the following:
1) captures the current filename into a variable
2) Does a Save as to a new file name
3) Does a Kill on the old file name
This code works for most of the individuals, however a feew get Access
Denied error 70. If they move to a differnet computer it will work for them.
Any ideas as to why they might the error message, and what should I try?
I have added a Delay function that allows windows to DoEvents, thinking it
might be that the file has not completly closed.
I have added code to test to determine if the file is open, and the code
thinks it is closed, but when th eKill command is executed the error occurs.
individuals. The code in question does the following:
1) captures the current filename into a variable
2) Does a Save as to a new file name
3) Does a Kill on the old file name
This code works for most of the individuals, however a feew get Access
Denied error 70. If they move to a differnet computer it will work for them.
Any ideas as to why they might the error message, and what should I try?
I have added a Delay function that allows windows to DoEvents, thinking it
might be that the file has not completly closed.
I have added code to test to determine if the file is open, and the code
thinks it is closed, but when th eKill command is executed the error occurs.