How can i insert data into sheet without going thruogh the undo buffer ?

T

Tomer

HI all!
i am trying to control the excel user interface by catching the Change
event,
and insert a bool value into an hidden column for each line in the
sheet.

my problem is that my hidden column is locked, and if user wants to
undo his last change,
he is actually tring to delete my inserted bool value (into my hidden
column), and this action is forrbiden.

furthermore, even if it is my column is unlocked, undo action will
actually delete my inserted value before it will undo the user change.

that's why i need an answer to my topic:
How can i insert data into sheet without going thruogh the undo buffer
?

Thanks a lot
Tomer
 

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

Top