No, I was thinking more like:
filename outbox email
to='susan@site.com'
type='text/html'
subject='Temperature Conversions';
for your mailing part and then building your string with HTML coding something like
strEmailBody = "Hi all, <br>"
strEmailBody = strEmailBody + "Attached is the list as of &ValDate to be used for the following:<br>"
etc
I just don't know enough to know if the html tags (<br>, <p>, <emphasis>, etc) will express doing it that way or if you need to use ODS output or what.
I can't help you on the macro or the date issue, I was just thinking about how it might be nicer to use "<br>"
instead of " " to try and force your formatting.
... View more