jasonfish11
Board Regular
- Joined
- May 14, 2015
- Messages
- 56
Hi all,
I am trying to search for all non-blank cells in a range (let's say A1-A30) then with all non-blank values set a variable that is just a list of the cell values separated by a ";"
Essentially there will be email addresses in this list. Not all cells from A1-A30 will be populated, it's dependent on other circumstances to determine who should be getting the email (I've built this function out already). I'm just trying to wrap my head around how to search all non-empty cells and create a list of that separated by ";" so that I can then set that list as a variable.
Then with my coding for the email I could just call that variable in the .To section.
Any help on the best way to go about doing this would be greatly appreciated.
I am trying to search for all non-blank cells in a range (let's say A1-A30) then with all non-blank values set a variable that is just a list of the cell values separated by a ";"
Essentially there will be email addresses in this list. Not all cells from A1-A30 will be populated, it's dependent on other circumstances to determine who should be getting the email (I've built this function out already). I'm just trying to wrap my head around how to search all non-empty cells and create a list of that separated by ";" so that I can then set that list as a variable.
Then with my coding for the email I could just call that variable in the .To section.
Any help on the best way to go about doing this would be greatly appreciated.