














 |
 |
Macro Express has the capability of sending
emails with multiple attachments 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 attachments. After doing some experimentation I found
that one can combine multiple attachments in one string variable by
simply separating them with a semicolon (;). Using this method one can
have any number of attachments without using up large blocks of string
variables! |
 |