E
excelnut1954
The code below will search for a records based on user entry. It uses
the wildcard at the end.
Is there an adjustment to the code below that will limit the wildcard
to just letters?
Set rngToSearch = Sheets("Official List").Range("POCurrent_Column")
Set rngFound = rngToSearch.Find(What:=FindPOVal & "*", _
LookIn:=xlValues, _
LookAt:=xlWhole)
Thanks
J.O.
the wildcard at the end.
Is there an adjustment to the code below that will limit the wildcard
to just letters?
Set rngToSearch = Sheets("Official List").Range("POCurrent_Column")
Set rngFound = rngToSearch.Find(What:=FindPOVal & "*", _
LookIn:=xlValues, _
LookAt:=xlWhole)
Thanks
J.O.