Pardon my ignorance. I just realized that I used two different names for the Outlook object, oApp and myOlApp. It works fine when I correct this.
Thanks for the response. I think I need stronger glasses.
I copied this from the Extra help file and pasted it into an Excel module and it seemed to work.
Sub Main()
Dim Sys As Object, Sess As Object, MyScreen As Object
Set Sys = CreateObject("EXTRA.System")
' Assumes an open session
Set Sess = Sys.ActiveSession
Set MyScreen =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.