Hi All,
Here’s what I’m trying to do.
The user clicks a button on Sheet A. Some code runs that:
- creates a new email
- adds a bunch of recipients
- adds a subject line
- adds Sheet B as an attachment (in a separate .xls file)
- inserts an area from Sheet C (a named range) into the body of the email
- inserts the user’s outlook signature at the bottom of the body of the email
- adds voting buttons (“Approve;Reject”)
- sends the email
[/list]I know how to do some of that… I’m specifically looking for help with the vba for building the body of the email and adding the voting buttons.Any help would be very much appreciated!