View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Haack Steve Haack is offline
external usenet poster
 
Posts: 44
Default Application Event Question

Never mind.....I found it. I knew it was something obvious.....I have ~100
sheets in my workbook, and ThisWorkbook is the last in the LONG list, so I
never saw it in there....


"Steve Haack" wrote:

I want to use the Workbook.Activate application event to detect when a
worksheet has been activated, and then depending on which one, do something...

I have seen reference on this site to catching this event in the
"ThisWorkBook code module", but I don't know where that is. I tried creating
a module with that name, and told me that it was already in use.

I'm sure that I am missing something that should be obvious, but where is or
how do I create the "ThisWorkBook" code module.

Thanks,
Steve