Catch insert line event

  • Thread starter Thread starter Franck
  • Start date Start date
F

Franck

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

thks for help
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top