C
Cresta
Hello all
Is there any way to check if a file is already open by another user before
trying to open it.
If "Filename is open" = true then
abort procedure
else
Workbooks.Open Filename....
end if
Thanks
Is there any way to check if a file is already open by another user before
trying to open it.
If "Filename is open" = true then
abort procedure
else
Workbooks.Open Filename....
end if
Thanks