G
Guest
I need to create an .html formatted email from scratch using VBA and then
present the email for reveiw prior to sending. I can accomplish that very
easily via DoCmd.SendObject...the problem is that a plain text format is used
for the SendObject even though I specify html format.
How do I create an .html formatted email in VBA? Help would be greatly
appreciated...thanks in advance!
present the email for reveiw prior to sending. I can accomplish that very
easily via DoCmd.SendObject...the problem is that a plain text format is used
for the SendObject even though I specify html format.
How do I create an .html formatted email in VBA? Help would be greatly
appreciated...thanks in advance!