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
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: