Hello everyone,
I want to use VBA in excel to find the column heading and line title for each cell in a very large spreadsheet. In the example below I would like to see VBA resoled C6 to C6 = LineGrpHead.Linehead_1.Col_1, D7 to D7 = LineGrpHead.Linehead_2.Col_2 and so on.
Is this possible using excel VBA? Would some show some example code that could do this?
LineGrpHead Col_1 Col_2 Col_3
Linehead_1 C6 D6 E6
Linehead_2 C7 D7 E7
Linehead_3 C8 D8 E8
Linehead_4 C9 D9 E9
Thanks in advance for any help, suggestions, or ideas.
I want to use VBA in excel to find the column heading and line title for each cell in a very large spreadsheet. In the example below I would like to see VBA resoled C6 to C6 = LineGrpHead.Linehead_1.Col_1, D7 to D7 = LineGrpHead.Linehead_2.Col_2 and so on.
Is this possible using excel VBA? Would some show some example code that could do this?
LineGrpHead Col_1 Col_2 Col_3
Linehead_1 C6 D6 E6
Linehead_2 C7 D7 E7
Linehead_3 C8 D8 E8
Linehead_4 C9 D9 E9
Thanks in advance for any help, suggestions, or ideas.