NoLuckOnMyOwn
Technical User
This is my firt post to this site.
I'm trying to generate an Outlook email and populate it with data from the Extra session. When I try to compile the macro, the line "Set MyItem" bombs. Can anyone tell me how to do this?
I have Outlook 2000 running and my session is in Extra!Enterprise 2000 Version 2000A.
Dim oApp As Object, MyItem as object
Set myOlApp = CreateObject("Outlook.Application"
Set MyItem = myOlApp.CreateItem(olMailItem)
MyItem.Display
Thanks!
I'm trying to generate an Outlook email and populate it with data from the Extra session. When I try to compile the macro, the line "Set MyItem" bombs. Can anyone tell me how to do this?
I have Outlook 2000 running and my session is in Extra!Enterprise 2000 Version 2000A.
Dim oApp As Object, MyItem as object
Set myOlApp = CreateObject("Outlook.Application"
Set MyItem = myOlApp.CreateItem(olMailItem)
MyItem.Display
Thanks!