Thread: After Insert
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Matthew Norman Matthew Norman is offline
external usenet poster
 
Posts: 3
Default After Insert

I used the following within the Worksheet_Change event

If Target.Address = Target.EntireRow.Address then

'Row has been inserted or deleted


End if