Guys
I need to send a html email using cdo but I don't want to have to use something like:
VB Code:
objMail.Body = "<html><table>" 'blah blah blah
In the past I've used something like:
VB Code:
objMail.Body = "../email.htm"
But this was in vb6 and I can't remember how I did it!
Any ideas?
Cheers




Reply With Quote