Catch insert line event

  • Thread starter Thread starter Franck
  • Start date Start date
Hi Franck,

I just re-read your post, and are you trying to block users from
inserting/deleting rows from a template?

I find it useful to:

a) stick a 1 in cell IV:65536 - this will give them a "Cannot move non-blank
cells off the worksheet" error
b) using the worksheet change event, check if cell IV65536 is blank (deleted
rows), and kick off a msgbox and an undo procedure.

Hope this helps

Sunil Jayakumar


Franck said:
Hi, is it possible to catch the insert/delete line event ?

thks for help

www.ayyoo.com/credit-cards.html
 
Back
Top