S
scrabtree23
I want to write a code to do one thing if one sheet
is "active" and another thing is a different sheet
is "active". I envision it something like this:
If ActiveSheet= sheets("Travel") Then
(Code)
End If
SDC
is "active" and another thing is a different sheet
is "active". I envision it something like this:
If ActiveSheet= sheets("Travel") Then
(Code)
End If
SDC