View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default How To Assigned "SelectionChange" Event To different Worksheets

hi
worksheet change code belongs to the sheet that owns the code.
create a worksheet change evert for sheet1.

Regards
FSt1

"G" wrote:

I was able to assign To WorkSheet the SelectionChange event.

It turns out that it was my 2nd Sheet. How do I Add Selectionchange to my
1st worksheet. ???

Thank You,