View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ward376 ward376 is offline
external usenet poster
 
Posts: 360
Default Work With Object Using the Path String

How can I work with the object a path string (file.fullname) refers
to? Specifically, I have the path string for an .lnk file stored in a
cell and would like to change the file's changefileaccess to read-
only.

I feel like I'm overlooking something obvious here...

Thanks!
Cliff Edwards