Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an array that gets populated with dates from various ranges in my
spreadsheet. In the process blank values also get included. Once filled, I would like to sort the array with the earliest date in H(0) and the blank ones deleted by redimensioning the array. I figured out one way to sort but the blank ones are all in the lower indexes with the sorted dates at the end. Is there an easy way to delete the empty elements of the array either while sorting or another routine after the sort ? I used the sorting routines in this help site http://support.microsoft.com/?kbid=213818 I tried a filter routine but it created an error Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting all but one blank row | Excel Discussion (Misc queries) | |||
deleting values in a worksheet without deleting the formulas | Excel Worksheet Functions | |||
Deleting element in Array | Excel Programming | |||
deleting data in vba array | Excel Programming | |||
deleting array element | Excel Programming |