View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
arun arun is offline
external usenet poster
 
Posts: 5
Default detecting row or column insertion & deletion

Hi,

How can i detect a new row or column being inserted or
deleted?

When i use the WorkSheet_Change event, i do get range
sizes that indicate if the particular range in question is a row
or column in full.

However i get the same range if the entire row/column is
selected and cleared too. How can i distinguish between
the different events of insertion/deletion/clearing ?

thanks in advance,
arun