Form Question

  • Thread starter Thread starter Todd Huttenstine
  • Start date Start date
T

Todd Huttenstine

I have a VBA button on MS Word and when I click it, I want
it to bring up an Outlook New Email with the SUBJECT field
and TO field automatically populated with the text I
specify. I want the SUBJECT field to say "Heres what you
requested" and I want the TO field to
say "(e-mail address removed)" How do I do this?

Thank you in advance.

Todd Huttenstine
 
VBA is not realy needed for this. Just create a new button with an adjusted
hyperlink.

To do this;
-View-> Toolbars-> Customize-tab Commands
-From the Commands column drag & drop "New E-mail Message" to your toolbar
(it can be done with about any command but this save you from editing the
picture)
-Rightclick the added command to your toolbar and choose Assign Hyperlink->
Open
-Click on the E-mail Address button on the bottom left and type the address
and subject you want.
-Click OK and then Close to close all open windows
-Test your icon

Hope this helps!
 
That does not work. If I could put that button on the
actual form it would work, but I cant. I need to be able
to have a button on the actual word document so that I or
any other user can click on it and it bring up an email
witht he required info on it as explained below. Thank you

Todd
 
Back
Top