I need to send individual excel workbook to separate emails based on the excel workbook content, it would be roughly 100 files that would need to be sent.
I created a python code block that allows me to look at an excel list and send the individual excel file based on the name retrieved in the excel list. It seems to work fine, but I wanted to know if there are any other alternative such as using excel vba that allows to send all the excel file within a specific folder? Or perhaps a paid program as well? Ideally, I'd be doing this on a mac.
Thanks!