J
jodleren
Hi all
I want to find a whole string in coulumn b
how do I do that?
Set c = ws.Cells.Find(ename, Null, Null, xlWhole) '
xlByColumns
Set c = ws.Cells.Find(ename, "B3", Null, xlWhole) '
xlByColumns
these fails totally
The help does not explain anything
Sonnich
I want to find a whole string in coulumn b
how do I do that?
Set c = ws.Cells.Find(ename, Null, Null, xlWhole) '
xlByColumns
Set c = ws.Cells.Find(ename, "B3", Null, xlWhole) '
xlByColumns
these fails totally
The help does not explain anything
Sonnich