S
sylink
Column C contains names with some containing the word "LTD" I need to
find and activate the cell with names containing the word "LTD" E.g
"NIGERTEQ COMMUNICATION LTD"
I have applied the codes below without success:
Selection.Find(What:="LTD", After:=ActiveCell _
, LookIn:=xlValues, LookAt:=xlWhole _
, SearchOrder:=xlByColumns _
, SearchDirection:=xlNext).Activate
OR
Set Rng = Rows(x).Find("<D&")
Pls help on the right approach
find and activate the cell with names containing the word "LTD" E.g
"NIGERTEQ COMMUNICATION LTD"
I have applied the codes below without success:
Selection.Find(What:="LTD", After:=ActiveCell _
, LookIn:=xlValues, LookAt:=xlWhole _
, SearchOrder:=xlByColumns _
, SearchDirection:=xlNext).Activate
OR
Set Rng = Rows(x).Find("<D&")
Pls help on the right approach