Possible Duplicate:
Call outlook VBA from Excel
I know about the Application.Run method from Excel, with which I can open an Excel macro from Outlook.
I need to switch the Excel.Application object to Outlook.Application and it doesn't work.
The error message is: "Method is not supported."