A
Alberto Ast
I have asked some of it already and I thought I had the answer but not really.
I have a macro where I open a file that can be access by others....
If the file is already open by other user it asked me if I want to be
notified or cancel but I do not want it to do it...
I did try
on error resume next
open file...
but it actually tell me file is open by others so it does not resume next...
I need to open as read only without being told when it is already open by
others or open as write if not being used by others...
I did try the wb.ReadOnly but it will be useful only after I open it.... but
need to open without asking me anything.... can somebody help?
I have a macro where I open a file that can be access by others....
If the file is already open by other user it asked me if I want to be
notified or cancel but I do not want it to do it...
I did try
on error resume next
open file...
but it actually tell me file is open by others so it does not resume next...
I need to open as read only without being told when it is already open by
others or open as write if not being used by others...
I did try the wb.ReadOnly but it will be useful only after I open it.... but
need to open without asking me anything.... can somebody help?