F
Francis Hookham
I need to find out if the active/selected window is a particular sheet and
take action accordingly. Something like this:
If Windows("Door schedule.xls:1") = Sheets("Specs") Then
or
If Sheets("Specs").Selected = True Then
does not work.
What would?
Francis Hookham
take action accordingly. Something like this:
If Windows("Door schedule.xls:1") = Sheets("Specs") Then
or
If Sheets("Specs").Selected = True Then
does not work.
What would?
Francis Hookham