J
Jade
I have a userform that opens a word template and populates the fields
in the word doc. using the data from the outlook form. I would like
to add code that would open the file save as dialog box. can someone
help me.
thank you.
this is what i have so far:
set myApp=CreateObject("Word.Application")
myApp.documents.open (strName)
myApp.visible=true
in the word doc. using the data from the outlook form. I would like
to add code that would open the file save as dialog box. can someone
help me.
thank you.
this is what i have so far:
set myApp=CreateObject("Word.Application")
myApp.documents.open (strName)
myApp.visible=true