J
Jos Vens
Hi,
Is it possible to start an application from Outlook?
I have the command
Private Sub Application_NewMail()
DoTest
End Sub
'Global module
Sub DoTest()
vStatus = Shell ("C:\Temp\Test.xls")
End Sub
but I get an error message (the excel workbook does exist in the temp
directory).
It would also be very nice to have a custom button the can be pressed to
start an application from within Outlook. Is that possible?
Thanks
Jos Vens
Is it possible to start an application from Outlook?
I have the command
Private Sub Application_NewMail()
DoTest
End Sub
'Global module
Sub DoTest()
vStatus = Shell ("C:\Temp\Test.xls")
End Sub
but I get an error message (the excel workbook does exist in the temp
directory).
It would also be very nice to have a custom button the can be pressed to
start an application from within Outlook. Is that possible?
Thanks
Jos Vens