Hi, What is the event handler for changing the name or value of a custom property? Thx!
S Sam Huang Feb 4, 2008 #1 Hi, What is the event handler for changing the name or value of a custom property? Thx!
J JuneTheSecond Feb 5, 2008 #2 What -> Where or How ? CellChanged or FormulaChanged events might be one of the way to detect the changes.
What -> Where or How ? CellChanged or FormulaChanged events might be one of the way to detect the changes.
D David Parker Feb 10, 2008 #3 FormulaChanged is much better than CellChanged because CellChanged fires so frequently that it can noticeably slow down your application if you use it.
FormulaChanged is much better than CellChanged because CellChanged fires so frequently that it can noticeably slow down your application if you use it.