S
Steve
I'm sure I saw this done a year or so ago, when I was looking something
else up, but naturally can't find it now.
I'm trying to set up an automated distribution list, triggered by a
command button. I know it can be done with the code:
ActiveWorkbook.SendMail Array("[email protected]",
"[email protected]") etc
.... but I want different sheets in the workbook to go to different
people. Therefore I'd set up a list with:
A B C D
dave@... sheet1 sheet4 sheet 5
bob@... sheet1 sheet2 sheet3
derek@... sheet4 sheet5 sheet6
Is there a way to have a macro look down column A and then send the
listed sheets to the appropriate address? I'm assuming that there'd be
a VLookup equivalent needed..?
Thanks in advance
Steve
else up, but naturally can't find it now.
I'm trying to set up an automated distribution list, triggered by a
command button. I know it can be done with the code:
ActiveWorkbook.SendMail Array("[email protected]",
"[email protected]") etc
.... but I want different sheets in the workbook to go to different
people. Therefore I'd set up a list with:
A B C D
dave@... sheet1 sheet4 sheet 5
bob@... sheet1 sheet2 sheet3
derek@... sheet4 sheet5 sheet6
Is there a way to have a macro look down column A and then send the
listed sheets to the appropriate address? I'm assuming that there'd be
a VLookup equivalent needed..?
Thanks in advance
Steve