Hello everyone,
I am a novice to VBA in excel, i have a table of more then 5000 rows. I would like to find a maximum value from each row and return the column title as "GL_Weld" or "Bend" or "Header" into another worksheet cell.
i.e First Row max value = 0.011510 should return "Bend" into another worksheet
GL_Weld Bend Header
0.000170 0.011510 0.000500
0.000000 0.000780 0.000000
0.000240 0.011070 0.000480
0.000000 0.000660 0.000000
0.000000 0.003770 0.000000
0.000000 0.000010 0.000000
0.000280 0.010870 0.000480
0.000000 0.000710 0.000000
0.000200 0.011290 0.000490
0.000000 0.000840 0.000000
0 0 0.00002
0 0.00031 0.00001
0 0 0.00004
0 0.0003 0.00002
0 0 0.00001
0 0.00027 0.00003
0 0 0.00002
0 0.00026 0.00004
Can someone help please. Thanks in advance!
Bookmarks