Hello,
"FindSearchMatchRow" method is really a awesome feature to avoid loops in the program logic. First of all thanks for that.
In my case would like to request for suggestion or solution.
When the user start select/enter data in the iGrid a new blank row will be added automatically after the current row.
So when use this method it taking last empty row cell (quantity) in to consideration as empty cell (correct as per method) and display message.
lRow = FindSearchMatchRow(vSearchCol:="quantity",sSearchString:="") OR _
FindSearchMatchRow(vSearchCol:="quantity",sSearchString:="0")
If lRow > 0 Then
....

Click to View Image53 View(s)
Please Advice.
Thank You.