Sending email with default emailprogram

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
 
D

Dan Artuso

Hi,
I beleive SendObject() will use the default email program.
Look it up in Help.
 
Top