Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Am trying to search through all of the Column E, and if any cell = "SUPPORT"
AND the offset (0,4) to that cell < "", then it should put the word "Note 1" in the cell's offset (0,5). I keep getting the error message 'Next Without a For', but I have a 'for' in the code (see below). Can someone please advise what I'm doing wrong? With wks Set rngToSearch = .Range(.Range("E12"), .Cells(Rows.Count, "E").End(xlUp)) End With For Each rng In rngToSearch If rng.Value = "SUPPORT" And rng.Offset(0, 4) < "" Then rng.Offset(0, 5).Value = "Note 1" Next rng |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Quick Question | Excel Discussion (Misc queries) | |||
Quick Question | Excel Discussion (Misc queries) | |||
Quick question - quick answer about assigning shortcut keys | Excel Programming | |||
Very Quick Question | Excel Programming | |||
Quick Question | Excel Programming |