FileSaveAs Dialog Box

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top