Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i look for the max number in a range of codes in the following format:
E06001 E06002... here is a section of my code: Set rng = destWB.Worksheets("Sheet1").Range("D5:D" & Lr) rmax = Application.Evaluate("MAX(VALUE(RIGHT(" & _ rng.Address(1, 1, xlA1, True) & _ ",5)))") ****how can i tell it to ignore blank cells when looking for the max? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dealing with blank cells | Excel Worksheet Functions | |||
Range naming cells with blank cells through coding | Excel Discussion (Misc queries) | |||
Maximum Number of Blank Cells between Non Blank Cells in a Range | Excel Worksheet Functions | |||
Dealing with range of numbers in a cell | Excel Worksheet Functions | |||
How do I skip blank cells when copying over a range of cells? | Excel Discussion (Misc queries) |