I'm a newbie with macros in Attachmate. Does anyone know if you can print screen to a file, i.e., prn?
So far, I've gotten this but coming up with a lot of errors:
' Get the necessary Session Object
Dim Sess0 As Object
Set Sess0 = System.ActiveSession
If (Sess0 is Nothing) Then
Msgbox...