slipperyjim
Board Regular
- Joined
- May 2, 2009
- Messages
- 142
Hi,
I have a simple e-mail macro that works, however, someone that understands VBA would need to enter the email addresses if they are to change, which it is likely they will.
is it possible to set up this macro so that when clicked it will email out to a list of peole in a cell range?
the cell range: Sheet "Data", Range U17:U39
in these cells are the email addresses typed like this:
firstname.lastname @ business.com.au
not all of the cells in the range will be populated.
if possible could it be set up to just type in the front of the email address as the back is always the same e.g
firstname.lastname (macro code will add the @business.com.au bit)
thanks for any help offered.
I have a simple e-mail macro that works, however, someone that understands VBA would need to enter the email addresses if they are to change, which it is likely they will.
is it possible to set up this macro so that when clicked it will email out to a list of peole in a cell range?
the cell range: Sheet "Data", Range U17:U39
in these cells are the email addresses typed like this:
firstname.lastname @ business.com.au
not all of the cells in the range will be populated.
if possible could it be set up to just type in the front of the email address as the back is always the same e.g
firstname.lastname (macro code will add the @business.com.au bit)
thanks for any help offered.