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