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.
 
Top