macro to open file in read only

  • Thread starter Thread starter Dennis Schuessler
  • Start date Start date
D

Dennis Schuessler

Can you create a macro to open other workbooks in read
only mode. This way even is the file is being modifed by
someone else it will allways open with the macro?
 
Hi
try something along the lines of:

Workbooks.Open filename:="c:\temp\book.XLS", radonly:=True
 

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