Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This syntax works fine,
Rng = Application.Match("Grand Total", .Range("A2:A100"), 0) .. However, I would rather replace the fixed Range("A2:A100") with a formula that would incorporate, if acceptable, the Cells(Rows.Count, 1).End(xlUp).Row Something like : Rng = Application.Match("Grand Total", .Range("A2:A" & Cells(Rows.Count, 1)._ End(xlUp).Row), 0) .. ....but my syntax fails. Help appreciated. J.P. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Syntax to match sheet by codename | Excel Programming | |||
LOOKUP & MATCH syntax ?? | Excel Worksheet Functions | |||
Excel Match value_lookup asterisk syntax | Excel Worksheet Functions | |||
Syntax for Range Reference | Excel Programming | |||
Syntax for WorksheetFunction Match | Excel Programming |