Hello All,
I am VBA newbie, I only use basic/easy codes to make my databases run more efficiently, I depend mostly on Macros.
Can anyone help with a basic code to add a "CC" and "Subject" line to an outlook email populated from a command button?
I'm using the below code and it works, but I want to add a CC email address and an automatic subject.
Thanks in Advance
I am VBA newbie, I only use basic/easy codes to make my databases run more efficiently, I depend mostly on Macros.
Can anyone help with a basic code to add a "CC" and "Subject" line to an outlook email populated from a command button?
I'm using the below code and it works, but I want to add a CC email address and an automatic subject.
Code:
Private Sub SELECT_DblClick(Cancel As Integer) FollowHyperlink "mailto: EMAIL ADDRESS" End Sub
Comment