View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Jos Vens[_2_] Jos Vens[_2_] is offline
external usenet poster
 
Posts: 134
Default Open MS Office Outlook

Hi,

I share the same problem: how can you know in VBA what the default email
handler is?

Thanks
Jos Vens


"Neil" schreef in bericht
...
Houm,

Outlook express is set as your default mail handler, change this to
Outlook
proper, and things should be cured.


HTH

Neil
www.nwarwick.co.uk

"Houm" wrote:


Hi,
Here's my code to open the MS Office 2000 Outlook.

Application.Dialogs(xlDialogSendMail).Show

But when I ran it, it open the Outlook Express instead of
my MS office Outlook. It's there a sitting to change the
default to Ms office 2000?