T
The Inspector
I need to know what text is in an cell. The cell will be used to determine
what sheet will be edited with the macro.
what sheet will be edited with the macro.
Patrick Molloy said:do you mean
If ActiveCell.Value = "MyValue" Then
otherwise MyValue becomes a variable, defaulting to null and the IF
condition will always be False