I have a spreadsheet with a (varying) number of rows and columns. What I want to be able to do is create a subset of the whole based on the values in one of the columns and then send an email to a person who is named in another of the columns attaching as I do so the nominated range of the spreadsheet just defined.
This feels like two joined processes. One being to generate the subset, the other being to email that subset. I can think of a number of brute force ways of getting the subset – none elegant. But until I have clue as to the email process I dont know which to follow.
Thanks for ideas….
Mike C