Fantastic!
Thanks for that - I really appreciate your help.
--
Regards,
David Lindstrom
"Rob van Gelder" wrote in message
...
Sub test()
Dim oShell As Object
Set oShell = CreateObject("WScript.Shell")
oShell.Run "outlook"
oShell.Run "winWord"
End Sub
--
Rob van Gelder - http://www.vangelder.co.nz/excel
"Max Bialystock" wrote in message
...
Is there a VBA equivalent of this vbscript?
Set oShell = WScript.CreateObject("WScript.Shell")
oShell.Run "outlook"
oShell.Run "winWord"
--
Regards,
David Lindstrom