I finally got this, which works great! I'll add it to my code tomorrow.
Sub Main()
Dim Sessions As Object, System As Object, Sess0 As Object
Dim xl As Object, xl_workbook As Object, xl_sheet As Object
Dim iRows As Long, iCols As Long
Set System = CreateObject("EXTRA.System")
Set...