Author Topic: Read Only Attributes  (Read 2866 times)

0 Members and 1 Guest are viewing this topic.

ML

  • Guest
Read Only Attributes
« on: November 26, 2004, 08:00:57 AM »
Has anyone ever used the read only method in VBA?
I was wondering if it is possible to make the .mns file read-only and not read only with a macro?

Does anyone have any examples?


Thank you

Mark

ML

  • Guest
Read Only Attributes
« Reply #1 on: December 06, 2004, 10:39:30 PM »
Ok, I will come back and answer my own post in a few days. I need to figure it out first.

Check back for the answer

Mark

Rob_Kish

  • Guest
Read Only Attributes
« Reply #2 on: December 30, 2004, 07:53:31 PM »
Check out the GetAttr and SetAttr methods of the File System Object. (msdn.microsoft.com or googleit)