Creating a custom send button

C

Chris

I have an outlook form in which I have created a send button (that
works) with the following code:

Sub Send1_Click()
Item.Send
End Sub

I would like to amend it in some way so that when I click on the
button, it would send the email to someone specific (for this example,
(e-mail address removed)).

Is this possible? And, if so, what would the code be? I am sort of a
novice with this so any help is appreciated. Thanks
 
H

Hollis D. Paul

I would like to amend it in some way so that when I click on the
button, it would send the email to someone specific (for this example,
(e-mail address removed)).

Is this possible? And, if so, what would the code be? I am sort of a
novice with this so any help is appreciated. Thanks
I found this for you, but not sure if it will help.

http://www.outlookcode.com

To automatically add an e-mail address as a Bcc to all outgoing
messages in Microsoft Outlook 2000 or later versions 8/9/2005
Microsoft Outlook VBA code sample to automatically add an e-mail
address as Bcc to all outgoing messages

http://www.outlookcode.com/d/code/autobcc.htm - 18 KB

While you are on the site, you should search with the term "preset
e-mail address.

Other good sites are:

http://www.slipstick.com
http://www.outlook-tips.net



Hollis D. Paul [MVP - Outlook]
(e-mail address removed)
Mukilteo, WA USA
 

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