Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() This code works nine times and then skips Sept, Nov, and Dec I beleive this has something to do with merged cells, because those three months are merged cells, however it it works on March which is also a merged cell also merged cells. Hydra For MonthCounter = 1 To 12 Cells.Find(What:="$", After:=ActiveCell, LookIn:= _ xlValues, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:= _ xlNext, MatchCase:=False, SearchFormat:=False).Activate PriceAddress(Monthcounter) = ActiveCell.Address Next Monthcounter |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LOOKUP skips cells | Excel Discussion (Misc queries) | |||
Cells.Find method and Boolean operators | Excel Programming | |||
Range.Find skips the first cell ?? | Excel Programming | |||
Range.Find skips the first cell ?? | Excel Programming | |||
How select/define cells with FIND method (maybe together with SpecialCells) | Excel Programming |