View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
SCSC[_2_] SCSC[_2_] is offline
external usenet poster
 
Posts: 3
Default Open As Readonly

Unfortunately, my followup message didn't get posted fast
enough, explaining that I'm importing a file, and
therefore using Workbooks.OpenText and not
Workbooks.Open.

Thanks to both of you, however, for your suggestions.


-----Original Message-----
usually
workbooks.open "filename/path", true/false (for read

only), true ' true
for read only works for me.


Keith
www.kjtfs.com


---
Message posted from http://www.ExcelForum.com/

.