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,
123@abc.com).
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
Hollis D. Paul - 29 Sep 2005 19:28 GMT
> 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,
> 123@abc.com).
>
> 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]
Hollis@outhousebythesound.com
Mukilteo, WA USA