View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Francis Hookham Francis Hookham is offline
external usenet poster
 
Posts: 125
Default Which sheet is active

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