Dim oNS As Outlook.NameSpace
Dim oInbox As Outlook.MAPIFolder
Dim oExpl As Outlook.Explorer
Set oNS = oOL.GetNameSpace("MAPI")
oNS.Logon
Set oInbox = oNS.GetDefaultFolder(olFolderInbox)
Set oExpl = oInbox.GetExplorer
oExpl.Display
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Geoff" wrote in message
...
If the user hasn't started Outlook, is there a way of making Outlook
visible
after CreateObject("Outlook.Application")?
TIA.
Geoff