P
Paul Moloney
I have an Autoopen macro in a template as follows:
Application.ActiveDocument.AttachedTemplate.Saved = True
The purpose of this is to avoid people opening the doc being prompted
to save the template.
This works fine, except if the user attempts to open the doc through a
link from a web page rather than from Windows Explorer. If this
happens, the following error is given:
Run-time error: '13'
Type mismatch
Does anyone know why?
Thanks,
P.
Application.ActiveDocument.AttachedTemplate.Saved = True
The purpose of this is to avoid people opening the doc being prompted
to save the template.
This works fine, except if the user attempts to open the doc through a
link from a web page rather than from Windows Explorer. If this
happens, the following error is given:
Run-time error: '13'
Type mismatch
Does anyone know why?
Thanks,
P.