Hi i new here
i am writing a code in vba for SAP, to search an invoice number, and basis on that search i need to select that value then the entire row as well in a listview. however i am able to find that value but not able to select entire row if we have multiple line items in listview, please suggest if any idea
code is like:- getAbsoluteRow(0).Selected = True
the code always select the single line item because this index is 0 i want to make it dynamically when search item found
we should have the index for search item line
Thanks
Nipen