P
peter
Hi,
I have an array with 3 elements, 0,1,2
0=a
1=b
2=c
I have a range of data, a1:a100
Is there an easy way to test if
activecell.value is contained in array
if a1=b returns true
if a2=x returns false
or do I have to do a for/next loop for each cell
thanks
peter
I have an array with 3 elements, 0,1,2
0=a
1=b
2=c
I have a range of data, a1:a100
Is there an easy way to test if
activecell.value is contained in array
if a1=b returns true
if a2=x returns false
or do I have to do a for/next loop for each cell
thanks
peter