Solution Found:
I finally found out that Mainframe is the default session that is setup when Extra was installed. All I had to do was rename my Mod4 session to Mainframe, works like a charm now.
I do believe so.
I was trying to attach a screenshot to show you the properties of the application. But couldn't figure out how to.
Under Target type it says: EXTRA! Session
Under Target location it says: Sessions
I'm not insulted at all CautionMP, anything that I can do to help you guys...
Did not work. Did is what I have and it errors on For SessCnt
Private Sub Command45_Click()
Dim System As Object
Set System = GetObject(, "EXTRA.System")
For SessCnt = 1 To System.Sessions.Count
MsgBox System.Sessions.Item(SessCnt).Name
Next
End Sub
Ok I think that worked for setting the system, now it's erroring on this code.
Dim Sess0 As Object
Set Sess0 = System.ActiveSession
If (Sess0 Is Nothing) Then
MsgBox "Could not create the Session object. Stopping macro playback."
Exit Sub
End If
If Not...
So I hear that you guys are the experts...
I have the following code that doesn't seem to work anymore. I want it to set the current session of Extra that is open, instead it opens another session of EXTRA which isn't even the same application that I want to use.
The same of the application...
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.