ddaavidd_david
New Member
- Joined
- Jan 29, 2019
- Messages
- 1
I have a question which says: "Refer to the "Final Marks" column (Column N) and find the student with the highest mark. Display the student name (from Column D) into the cell Q2. Answer should be in the form of VBA codes."
I have managed to do this using Excel function =INDEX(D2:D296,MATCH(MAX(N2:N296),N2:N296,0))
How do I convert that into VBA codes?
I have managed to do this using Excel function =INDEX(D2:D296,MATCH(MAX(N2:N296),N2:N296,0))
How do I convert that into VBA codes?