Event handler of changing the name or value of a custom property

S

Sam Huang

Hi,
What is the event handler for changing the name or value of a custom
property?

Thx!
 
J

JuneTheSecond

What -> Where or How ?
CellChanged or FormulaChanged events might be one of the way to detect the
changes.
 
D

David Parker

FormulaChanged is much better than CellChanged because CellChanged fires so
frequently that it can noticeably slow down your application if you use it.
 

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