Bluepoint Design

Practical cost effective solutions   
Macro Express: Multiple eMail Addresses

Home
Up
Multiple Choice Trick
Multiple Multiple Choice
Occurrences
Repeat Validation
GoTo
First file
Fax PDF Breakup
Day of Year
Multiple Attachments
Multiple eMail Addresses
Text Padding
Building TSV Files
Macro Express has the capability of sending emails with multiple email addresses but out of the box one needs to assign one string variable per attachment. To me this seemed inelegant as I hate setting aside large blocks of variables in order to accommodate an unknown number of addresses. After doing some experimentation I found that one can combine multiple addresses in one string variable by simply separating them with a semicolon (;). Using this method one can have any number of addresses without using up large blocks of string variables!
 
Practical cost effective solutions