file sharing

  • Thread starter Thread starter Spencer.Sadkin
  • Start date Start date
S

Spencer.Sadkin

i have a shortcut to a file with marcos ( so excel file sharing is
not a viable option since it doesnt work with macros) that has been
distributed to two users (actually more but two works for the example)
neither of them ever need to save the file.

Say person 1 opens the file and then person 2 opens the file, no
problems ( i have displayalerts=false) so person 2 is actually in read
mode only but this is fine since they dont need to save. now if
person1 closes user 2 gets a notice that they can enter read write
mode even though displayalerts=false... how can i prevent this notice
from showing?

thanks
 
You can just make the entire file read only. This is done through Explorer.
Right click the file select Properties and check the Read Only attribute. The
file will open in read only mode with no alerts being generted...
 
Back
Top