View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AlanKohl AlanKohl is offline
external usenet poster
 
Posts: 13
Default How to use .NET classes from Excel 2007 ?

I'd like to use the System.Net.Mail from Excel 2007, since I need to send
emails from a machine where Outlook isn't installed.

In VB.NET, I'd write

Imports System.Net.Mail

How do I do it in Excel 2007 VBA ?