View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default is there any event like worhsheet_change for ranges?

Hi
you have to use the worksheet_change event (there's no
cell_change_event). Within the worksheet_change event you
can test the target range object and check which action to
execute
-----Original Message-----
Hi,

Just wanted to know wether there is anything like

worksheet_change at a
range/cell level.

What I want to do is trigger some code for a specific set

of cells ,some
for a specific set of rows, some for a specific set of

columns, etc ..

Adding it ALL to worksheet_change will make it sloppy ...

Thanks
Abhinav

.