G
Guest
Hi,
My question is simply enough, but searching in the previous posts I didn't
find any similar one.
So, in my excel sheet after looking for a string with this command:
Cells.Find(What:="REPORT DATE", LookIn:=xlFormulas, LookAt:=xlPart).Activate
I need to put into a variable the first coordinate of row and column that
satisfy my find criteria.
Thanks in advance.
My question is simply enough, but searching in the previous posts I didn't
find any similar one.
So, in my excel sheet after looking for a string with this command:
Cells.Find(What:="REPORT DATE", LookIn:=xlFormulas, LookAt:=xlPart).Activate
I need to put into a variable the first coordinate of row and column that
satisfy my find criteria.
Thanks in advance.