P
Patrick C. Simonds
The code below works great if the worksheet "Holidays" is active. I need it
to work when Holidays is not the active worksheet.
With Sheets("Holidays")
If range("L1") = "No Picture" Then
Intentions.Show
End If
End With
to work when Holidays is not the active worksheet.
With Sheets("Holidays")
If range("L1") = "No Picture" Then
Intentions.Show
End If
End With