Thanks, Remy!!!
I tried to adapt the code in your original post to what I was trying to do (and failed miserably in the process).
This is exactly what I was needing!
My code is very simple and that may be the problem.
Dim Sess0 As Object
Set Sess0 = System.ActiveSession
If (Sess0 is Nothing) Then
Msgbox "Could not create the Session object. Stopping macro playback."
STOP
End If
If Not Sess0.Visible Then Sess0.Visible = TRUE...
I'm using Attachmate Extra! X-treme 9.1
I have a situation where I need to copy two pieces of information from a database to paste into another program, but where I have to make a decision as to which set of data (if at all) that I need.
What I am trying to do is have a single macro that will...
I already make extensive use of Attachmate Macros created using keyboard capture, but I'm wanting to make it a tad more user friendly for copying.
Currently I manually copy the information I need prior to launching the macro, but I'd like to automate the select and copy process too. The...
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.