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
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