Bluepoint Design

Practical Cost-Effective Solutions
Macro Express: Multiple eMail Addresses

Home
Up
Date Time Parsers
Building TSV Files
eMail Validation
Multiple Choice Trick
Occurrences
Repeat Validation
GoTo
First file
Fax PDF Breakup
Day of Year
Multiple Attachments
Multiple eMail Addresses
Text Padding
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