Hello,
I am trying to use a variable to select a cell in the grid, as shown below(RowCount), but getting an error. What is the correct syntax
Thanks,
Raj
I am trying to use a variable to select a cell in the grid, as shown below(RowCount), but getting an error. What is the correct syntax
Code:
Browser("North Shore Loan Origination_2").Page("North Shore Loan Origination").Frame("Screen").WbfUltraGrid("UGxGuarantor").SelectCell [b][b]RowCount[/b],"Ledger_Type_Lkup_ID"
Browser("North Shore Loan Origination_2").Page("North Shore Loan Origination").Frame("Screen").WbfUltraGrid("UGxGuarantor").SelectCell "0","ENTITY_NAME"
Thanks,
Raj