K
Karol_tom
Hi,
I want to find in whole column, before I input new entry if something
similar (not exactly the same) exist.
So I think and write:
if (len(name)<6) then
find_Name=name
else
find_name=left(name,6)
end if
I try to use find...but it doesn't work..I don't know why - in my macro I
use find
to check if ID number does not exist before...
I copy this instruction and change only what I'm looking for...
but it doesn't work.. Why ?
I want to find in whole column, before I input new entry if something
similar (not exactly the same) exist.
So I think and write:
if (len(name)<6) then
find_Name=name
else
find_name=left(name,6)
end if
I try to use find...but it doesn't work..I don't know why - in my macro I
use find
to check if ID number does not exist before...
I copy this instruction and change only what I'm looking for...
but it doesn't work.. Why ?