The following is what I need to do to a currently closed(not open) .xls file.
From a separate open .xls file I need a VBA command that will change the File/Properties/Attributes from 'Read-Only' to allow Read/Write.
Then I will open this .xls file, make my needed changes, then Save it. Then I need to re-check the 'Read-Only' box within the Properties/Attributes window.
Thanks in advance. . .
From a separate open .xls file I need a VBA command that will change the File/Properties/Attributes from 'Read-Only' to allow Read/Write.
Then I will open this .xls file, make my needed changes, then Save it. Then I need to re-check the 'Read-Only' box within the Properties/Attributes window.
Thanks in advance. . .