Home |
Search |
Today's Posts |
#4
![]() |
|||
|
|||
![]()
hilbert,
Dim myRng As Range Set myRng = Range("A:A") With Application.WorksheetFunction MsgBox .Match(.Max(myRng), myRng, False) End With or with a formula: =MATCH(MAX(A:A),A:A,FALSE) HTH, Bernie MS Excel MVP "hilbert" wrote in message ... i have a a column with values, by using a macro i want to get the number of the row in which the maximum value of the column is. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maximum Number of Cell Formats | Excel Discussion (Misc queries) | |||
maximum number of spreadsheets in one workbook | Excel Discussion (Misc queries) | |||
Is there a maximum number of non-contiguous columns that can be h. | Excel Discussion (Misc queries) | |||
how to increase maximum number of columns in excel 2003 | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |