View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_2_] Dave Peterson[_2_] is offline
external usenet poster
 
Posts: 420
Default Worksheet_SelectionChange Not Firing

This is a guess.

If you're testing your code, you may have stopped the execution in the middle of
the code -- when the enableevents setting was turned off.

That means that you'll have to turn it back on for excel to start monitoring for
those events.

On 10/14/2010 11:51, J.W. Aldridge wrote:
i did the other day and it didn't work. Now, it works and the other
code has stopped.
Go figure... Thanx!


--
Dave Peterson