S
Si
Hi,
I'm using excel to automatically send emails but cannot
figure out how to use the voting buttons from excel vba.
thee procedure i'm using to generate the email is:
With olMessage
.Subject = strSubject
.body = strBody
.To = strApproved
.Send
End With
Any help?
Cheers
I'm using excel to automatically send emails but cannot
figure out how to use the voting buttons from excel vba.
thee procedure i'm using to generate the email is:
With olMessage
.Subject = strSubject
.body = strBody
.To = strApproved
.Send
End With
Any help?
Cheers