I get "Expression too complex" when attempting this:
Suggestions/remedy greatly appreciated.
Suggestions/remedy greatly appreciated.
Code:
Select Case Val(ws.Cells(iRow, 18).Value)
Case Is <= Val(Sheets("Settings").[A90]): OptionButton1 = True
Case Is > Val(Sheets("Settings").[A93]): OtionButton4 = True
Case Is >= Val(Sheets("Settings").[A92]): OptionButton3 = True
Case Is >= Val(Sheets("Settings").[A91]): OptionButton2 = True
End Select
Last edited: