matching similar values
yeah, right, it does. my apologies, great code it saves a lot of time and
avoids spaghetti code.
thanks again, have a nice day.
regards
"Bob Phillips" wrote:
Doesn't it already do that?
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Tyrone" wrote in message
...
thank you.
it works great and fast, but is it possible to change the letters of the
values in the "columns"-syntax with a lcase-operator or something similar
to
ignore upper case and lower case letters in the cells?
regards
"Bob Phillips" wrote:
ez = 3
lz = 2200
kez = 3
klz = 5233
es = 14
kz = 15
ws = 20
For j = ez To lz
Cells(j, "L").Value = Not IsError(Application.Match( _
Cells(j, "K").Value, Columns("T:T"), 0))
Next j
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my
addy)
|