Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm trying to get a macro to compare dates in successive rows and then delete the date in the lower row (i.e. with higher row number) if it is the same as the date above, but I can't seem to get it to work. My plan was: For i To BottomRow If value in (B,i) = value in (B,i-1) Then delete value in (B,i) However I can't seem to get this to work. Any help would be much appreciated, Jon |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
loops???? | Excel Worksheet Functions | |||
Loops | Excel Discussion (Misc queries) | |||
Using For - Next Loops in VB | New Users to Excel | |||
LOOPS | Excel Programming | |||
Loops | Excel Programming |