S
stakar
I have the formula on the worksheet "ShA" cell "BJ3"
=INDEX(BG4:BG801,A2)
where the "A2" contains the result of the formula
= max(A3:A1000)
The result of the =INDEX(BG4:BG801,A2) will be a string value eg
'010'
On another worksheet "ShB" i have a column A with string values as wel
and somewhere in this column there is the result of the above formul
eg '010'.
Using the conditional format option i can use a formula that when i
matches with the specific result value eg. '010' to highlight th
active cell .
I want all the previous to be with vb code because it will be part of
long vb code.
Thanks in advance
Stathi
=INDEX(BG4:BG801,A2)
where the "A2" contains the result of the formula
= max(A3:A1000)
The result of the =INDEX(BG4:BG801,A2) will be a string value eg
'010'
On another worksheet "ShB" i have a column A with string values as wel
and somewhere in this column there is the result of the above formul
eg '010'.
Using the conditional format option i can use a formula that when i
matches with the specific result value eg. '010' to highlight th
active cell .
I want all the previous to be with vb code because it will be part of
long vb code.
Thanks in advance
Stathi