I copied this exactly and when I ran it put the info from field A1 into Extra and hit enter....the screen was populated on Extra. It did not copy the NewPull field to Excel or loop to the next one. It only brought up the first record from the Excel list.
Still no luck. I'm using Excel for this:
Sub ExcelExtraExcel()
Dim Excel As Object, ExcelWorkbook As Object
Set Excel = GetObject(, "Excel.Application")
Set System = CreateObject("EXTRA.System")
Set Sess = System.ActiveSession
Set MyScreen = Sess.Screen...
Hi, I'm trying to pull numbers from an open Excel sheet (col A), Paste into an Extra (open session on correct screen), pull info back to Excel (col B), then loop to next row in column A. The first one works...but then it doesn't loop to next. Nothing is entered in Extra for next row. Here is...
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.