problem with open a .xlxs file, someone else is using it

60 Views Asked by At

i have a problem when i try to open a file .xlxs in a public disk P: with VBA Code. The file show me a message "please try again later - ERROR 1004". Many user use this file and this error is frequently usual. There is a solution for this ?

I think in copy the file and paste to my desktop but that is a lot of wasted time because is a large file.

Workbooks.Open filename:=nameofmyfile, Notify:=True, ReadOnly:=True

enter image description here

1

There are 1 best solutions below

1
vbakim On BEST ANSWER

Try below and let us know if it works.

Use shared workbooks with different versions of Excel

https://learn.microsoft.com/en-us/office/troubleshoot/excel/use-shared-workbook