J
Jade
Hi All,
I need help.
I have a template which is being auto populated with data from an
outlook form. Everything pretty much works like a charm; however,
since the template is protected I need to unprotect the document in
order to allow it to populate then protect it once again.
Can someone help me with the proper syntax or show me where I can find
the answers....I've researched this usergroup and although i've gained
a lot of insight...I'm now a bit more confused as well.
Any help would be so great.
Here's what i have:
set myApp=createobject("Word.Application")
myApp.documents.add(strName)
myApp.visible=true
I need help.
I have a template which is being auto populated with data from an
outlook form. Everything pretty much works like a charm; however,
since the template is protected I need to unprotect the document in
order to allow it to populate then protect it once again.
Can someone help me with the proper syntax or show me where I can find
the answers....I've researched this usergroup and although i've gained
a lot of insight...I'm now a bit more confused as well.
Any help would be so great.
Here's what i have:
set myApp=createobject("Word.Application")
myApp.documents.add(strName)
myApp.visible=true