Can you fix this?? vbreadonly

S

Simon Lloyd

All,

I seem to have solved my problem with not being able to restrict th
workbook if its attribute is read only.....instead of using I
GetAttr(.Name)=1 Then Exit Sub i used the line I
ActiveWorkbook.ReadOnly Then Exit Sub. This seems quite neat as if th
original is opened again while already being edited then it will no
make another copy!

Thanks to all that replied and all those who are working on th
problem.

Simo
 

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

Top