Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NoLuckOnMyOwn

    Create Outlook mail from Attachmate

    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.
  2. NoLuckOnMyOwn

    Get current cursor location

    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 =...
  3. NoLuckOnMyOwn

    Create Outlook mail from Attachmate

    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...

Part and Inventory Search

Back
Top