Greetings,
I have a rather elaborate workbook that tracks client satisfaction surveys. My support managers need to follow up on each survey with negative responses. I need a block of code that will do the following upon closing the workbook:
1) search Column "N" for any rows that do NOT contain values of either "Complete" or "Expired"
2) send email to the assigned manager designated in column "J". The data in column "J" is a user mnemonic (ex. JSMITH), so the formula will have to link to an outside dataset
sheet = "Managers" $E$1:$F$13
Mgr Mnemonic = Column "E
Email = Column "F"
Any help would be greatly appreciated.
Thanks,
Tom
I have a rather elaborate workbook that tracks client satisfaction surveys. My support managers need to follow up on each survey with negative responses. I need a block of code that will do the following upon closing the workbook:
1) search Column "N" for any rows that do NOT contain values of either "Complete" or "Expired"
2) send email to the assigned manager designated in column "J". The data in column "J" is a user mnemonic (ex. JSMITH), so the formula will have to link to an outside dataset
sheet = "Managers" $E$1:$F$13
Mgr Mnemonic = Column "E
Email = Column "F"
Any help would be greatly appreciated.
Thanks,
Tom