tharrington
New Member
- Joined
- Jul 19, 2018
- Messages
- 12
I want to find the location of the max value of a column.
My code
Dim rownum As Long
rownum = Application.worksheetfunction.match(.max("O:O"),"O:O")
Not working
Thanks
My code
Dim rownum As Long
rownum = Application.worksheetfunction.match(.max("O:O"),"O:O")
Not working
Thanks