Displaying File in Use By Info with vba

S

s0mistr

Hi

Do you know how to get the information to display who's using the file but only using vba

Thanks in Advanc

Shai
 
H

Harald Staff

Hi Shai

Open it by code and read the WriteReservedBy property of the file. This may
or may not work, depending on "how the network is built", I haven't found
better explanations on this.

HTH. Best wishes Harald
 
Top