Hi.
I have this line that gives me a row number on multiple sheets (if value is found)
flg will be $B$196 for instance, and it gives me some values on this line.
I want to use flg to edit those value and return them to the same line.
But i cannot find out how to use $B$196 for the row reference.
thank you
I have this line that gives me a row number on multiple sheets (if value is found)
VBA Code:
Set flg = ws.Range("Tabel" & silonr).Find(What:=id, LookIn:=xlValues, Lookat:=xlPart, searchorder:=xlByRows, _
searchdirection:=xlNext, MatchCase:=False, searchformat:=False)
flg will be $B$196 for instance, and it gives me some values on this line.
I want to use flg to edit those value and return them to the same line.
But i cannot find out how to use $B$196 for the row reference.
thank you