Sending email with default emailprogram

  • Thread starter Thread starter Svein Ludvigsen
  • Start date Start date
S

Svein Ludvigsen

Hi

I have the following code which copying emailadresses to Outlook.

Set myOlApp = CreateObject("Outlook.Application")

What would i write instead of ("Outlook.Application") to copying the
adresses to default emailprogram on the computer?

Or Outlook Express?

Svein
 
Back
Top