Harry Covair
Member
Hi the forum,
Do some people can help me to solve the following VBA problem?
In a worksheet I have a set of three named ranges each of three columns (thus nine columns).
I try to find a VBA solution to find a specific value in the FIRST column of one of the three named range.
Example
Range1 = columns A, B, C
Range2 = columns D, E, F
Range3 = columns G, H, I
The value I want to find is e.g. in Range2, column D but also in column F. Only the value found in column D interests me.
Any help is welcome
Thanks in advance
Harry
Do some people can help me to solve the following VBA problem?
In a worksheet I have a set of three named ranges each of three columns (thus nine columns).
I try to find a VBA solution to find a specific value in the FIRST column of one of the three named range.
Example
Range1 = columns A, B, C
Range2 = columns D, E, F
Range3 = columns G, H, I
The value I want to find is e.g. in Range2, column D but also in column F. Only the value found in column D interests me.
Any help is welcome
Thanks in advance
Harry