Thread
:
Opening MS Applications
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ardus Petus
external usenet poster
Posts: 718
Opening MS Applications
Sub test()
Dim oOutlookApp As Outlook.Application
Set oOutlookApp = New Outlook.Application
oOutlookApp.Quit
End Sub
HTH
--
AP
"gti_jobert" a
écrit dans le message de news:
...
Hi all,
Is it possible to launch MS Office Outlook from Excel via a Macro?
TIA
--
gti_jobert
------------------------------------------------------------------------
gti_jobert's Profile:
http://www.excelforum.com/member.php...o&userid=30634
View this thread:
http://www.excelforum.com/showthread...hreadid=545424
Reply With Quote
Ardus Petus
View Public Profile
Find all posts by Ardus Petus