View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default excel defined name change event

Yong,

There is no such event.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Yong" wrote in message
...
Hi

I want to be able to capture the change of defined excel name

which is created using workbook.names.Add(...).
Is there an event in Excel object model to do this?

Thanks

Yong