Hi guys,
Im pretty new to VBA and got the following problem: I want to select the cell from the combination of row and column with a specific value. An example:
Column A |
Column B |
Match |
|
|
|
Match |
|
X |
Column A |
Column B |
Match |
Column D |
|
|
|
|
Match |
|
X |
|
|
|
|
|
Im looking for the column "match" and the row "match". The combination of those is my needed cell (indicated with an X). My table is dynamic, so column/rows are changing.
Can some of you guys help me?
Id appreciate! Thanks guys.
Best regards
Alex
|