M
Mindy
In VBA I want to open a template file, make changes and
save it. I am getting an error that the template file is
read only. WHen I open it, I have the following code:
Documents.Open FileName:=str_Filename, ReadOnly:=False
This isn't cutting it though. The file still opens read
only. Any ideas? Thanks.
save it. I am getting an error that the template file is
read only. WHen I open it, I have the following code:
Documents.Open FileName:=str_Filename, ReadOnly:=False
This isn't cutting it though. The file still opens read
only. Any ideas? Thanks.