Cheers,
Does anyone know where I can get a list of what a specific reference in Access can do. Specifically, I have VB.NET code that Imports System.Web.mail that I would like to use in my vba code. I have had luck with similar .NET code: I used the reference Microsoft Excel 12.0 Object Library instead of Imports Microsoft.Office; the only difference is that I have to add 'Set xcelApp = CreateObject("excel.application")' to the code but the rest of the code works fine.
What I need to be able to do is send an email where the body of the email is formatted in HTML from vba code.
Thanks,
Bob
Software/Hardware used:
ASKED:
March 4, 2009 5:38 PM
UPDATED:
March 4, 2009 6:08 PM