TheSwamp

Code Red => VB(A) => Topic started by: ML on November 26, 2004, 08:00:57 AM

Title: Read Only Attributes
Post by: ML 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
Title: Read Only Attributes
Post by: ML 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
Title: Read Only Attributes
Post by: Rob_Kish 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)