Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the following script to select the maximum of the range E.
I get invalid qualifier error. All I am trying to do is highlight/select the cell that has the max value in range E. Please help me to accomplish this. Thanks Private Sub CommandButton1_Click() WorksheetFunction.Max(Range("E:E")).Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select range in macro | Excel Discussion (Misc queries) | |||
How do I use a macro to select a range? | Excel Programming | |||
How do I select a range using a macro? | Excel Discussion (Misc queries) | |||
Using macro to select a range | Excel Worksheet Functions | |||
select a range in a macro | Excel Discussion (Misc queries) |