Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could anyone please tell why the funnel is kept running without stopping even
after the expected task is completed. Sub Macro() Do Until blanks For Each cell In Range("A1:A10") Select Case cell.Value Case "W" cell.Offset(0, 1).Interior.ColorIndex = 1 Case "Q" cell.Offset(0, 1).Interior.ColorIndex = 7 Case Else cell.Offset(0, 1).Interior.ColorIndex = 9 End Select Next Loop End Sub Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Naming Worksheets - Loop within a loop issue | Excel Programming | |||
Naming Worksheets - Loop within a loop issue | Excel Programming | |||
(Complex) Loop within loop to create worksheets | Excel Programming | |||
Advancing outer Loop Based on criteria of inner loop | Excel Programming | |||
Problem adding charts using Do-Loop Until loop | Excel Programming |