I also have a question about SelectCell.
Why does this work:
SwfWindow("RedPrairie E²e™").SwfTable("gridMst").SetView ""
SwfWindow("RedPrairie E²e™").SwfTable("gridMst").SelectCell 0,0
and this not:
SwfWindow("swfname:=frmDLx").SwfTable("swfname:=gridMst").SetView ""
SwfWindow("swfname:=frmDLx").SwfTable("swfname:=gridMst").SelectCell 0,0
Both the SetViews work just fine, but the second SelectCell gives the error "The parameter is incorrect."