Dear All,
I have a simple programme which searches for a file, and upon locating it, opens it. However, I receive the following error message “…user does not have access privileges.”
I have tried to open the file “read only”, but I cannot find the correct method. Everything I have tried has been incorrect.
My current line of coding which will generate the error message is:
Can you help me please?
Regards,
john
I have a simple programme which searches for a file, and upon locating it, opens it. However, I receive the following error message “…user does not have access privileges.”
I have tried to open the file “read only”, but I cannot find the correct method. Everything I have tried has been incorrect.
My current line of coding which will generate the error message is:
Code:
Set WordFile = WordObj.Application.Documents.Open(POFileName)
Can you help me please?
Regards,
john