Send email with active doc attachment to specific person

C

Christine

Hello, I have searched this site for my answer and have found this question
posted many times but don't find a clear answer (at least not to me).
Hopefully someone can clear it up for me?

I need to send a form out to many recipients -- all are in the same
organization, on the same version of Word (2002), and the same version of
Outlook (2002). Once they complete the form I would like to add a Submit
button at the bottom of the page which will open an email addressed to a
specific person, and attach the active document.

Here's is the code I found:

Activedocument.HasRoutingSlip = True
With Activedocument.RoutingSlip
.Subject = "New subject goes here"
.AddRecipient "(e-mail address removed)"
.AddRecipient "(e-mail address removed)"
.Delivery = wdAllAtOnce
End With
Activedocument.Route

.....but I don't know what to do with it.

Do I create a macro and then assign that macro to a submit button? If so, I
don't know how to assign a macro to a specific object.

Any help would be appreciated.

Thanks,

Christine
 

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