excel's probem

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hi,

I've file (excel 2k) with code vba. I notice some errors
if file opened more users at the same time. How I protect
my file?

Please me resolve this problem.

Regards
Mark
 
Hi Mark,
If another user open it , you can test it
If Not ActiveWorkbook.ReadOnly Then
' ..........
end if
Regards,
Jean-Yves
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top