K
kaplin
I have a macro that creates a new document from a template file that
is password protected against modification. When the macro goes to
create a new file using that template, it prompts for a password, or
to click the read only button.
Is there some way I can automatically "click" the read-only button for
the user with my macro? I am using the following method of creating
the new document:
Documents.Add Template:=template_folder & "\" &
Switch.TemplateList.Value, NewTemplate:=False
Any suggestions you have would be most appreciated!!!
Christine.
is password protected against modification. When the macro goes to
create a new file using that template, it prompts for a password, or
to click the read only button.
Is there some way I can automatically "click" the read-only button for
the user with my macro? I am using the following method of creating
the new document:
Documents.Add Template:=template_folder & "\" &
Switch.TemplateList.Value, NewTemplate:=False
Any suggestions you have would be most appreciated!!!
Christine.