Hi all,
I have been searching for a good day (if not more) on this so, I apologise if it has been answered before.
I have a spreadsheet with a command button basically when I click the button what I want to happen is:-
I am assuming this will be some sort of if function within the command button click that calls another VBA based on the cell value but I'm really struggling.
Thanks for the help in advance.
I have been searching for a good day (if not more) on this so, I apologise if it has been answered before.
I have a spreadsheet with a command button basically when I click the button what I want to happen is:-
- Excel looks at value of a specific cell (B2)
- Based on the value in that cell an email is populated and sent to a list of email addresses on another sheet (list can vary in length depending on if I take or remove people from it)
- Within the email (other than the email addresses) cell range B4:F15 is copied and pasted into the body of the email
- Email is sent automatically
I am assuming this will be some sort of if function within the command button click that calls another VBA based on the cell value but I'm really struggling.
Thanks for the help in advance.