 |
vba - Excel IF -Then-Else condition - Stack Overflow
Case OTHER should be Case Else The Exit For will terminate the loop after the first time through, so that needs to be removed, or changed to where you want the processing to abort The If ... Then should be multi-line, or singleline. Multi-Line: If (Cells(
stackoverflow.com |
 |