View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mkelly4ca mkelly4ca is offline
external usenet poster
 
Posts: 2
Default Worksheet_Calculate Running on Every Sheet

I have a Worksheet_Calculate function defined in one sheet. It runs on all
sheets in every open file. How can this be? If the code is in the sheet,
how can it be running in other sheets, let alone other workbooks? Is this a
bug? Is it supposed to work that way? How can I make it work the way I
expect it to?

Thanks,

Mike.