View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KobusD KobusD is offline
external usenet poster
 
Posts: 11
Default Inserting Rows with the change event active

Is there a similar statement as "If Application.CutCopyMode 0 Then
Exit Sub" that I can use in a worksheet change event to allow the
inserting of rows? (the program freezes)

I pressume that the problem occurs due to the fact that the program
'finds it difficult' to establish the TARGET cell. So maybe a way to
eliminate this parameter??