Hello,
I have the excel vba in my data and i wanted to convert the vba code in access.
below is my code that i'm working on from excel vba,
idA = Application.Index(wsPT.Range("B2:B" & wsPT.Cells(Rows.Count, "B").End(xlUp).Row), 0, 1)
idB = Application.Index(wsPT.Range("C2:C" &...