Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel 2k WinXP
I have tried the following but it returns $V$1:$V$3 when it should be $V$3:$V$21 for this particular range. Set PBVacRng = Sheet4.Range("V3:V" & Cells(Rows.Count, "V").End(xlUp).Row) However it works with this sheet but the format is set to custom m/d/yyyy;@ but it will not function correctly even if I change the format on the sheet in question Set HolidayRng = Sheet17.Range("A3:A" & Cells(Rows.Count, "A").End(xlUp).Row) I know that with Application.Match You have to specify CDate, do you have to do the same when specifying a range and if so, would you be kind enough to show me how? Thanks in advance. -- Pete Blackburn - words to live by: "Don''t ever let somebody tell you. You can''t do something.You got a dream,You gotta protect it." Edited Quote from the Pursuit Of Happiness |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find within Date Range | Excel Discussion (Misc queries) | |||
SUMPRODUCT: Help to use this to find min date in range for criter | Excel Discussion (Misc queries) | |||
select date range then find average of values in another cell | Excel Worksheet Functions | |||
find sum if one col = ? within specific date range | Excel Discussion (Misc queries) | |||
Need to find Min value based on date range entered | Excel Worksheet Functions |