3

Is there any way to get an event when a workbook or a worksheet is renamed in an Excel-DNA based addin? Apparently, the Application object doesn't expose these events directly.

user626528
  • 13,999
  • 30
  • 78
  • 146

1 Answers1

1

There is no API way, but there are quite a few workarounds.

Maybe this will help:

Rename Worksheet Event in Excel

Community
  • 1
  • 1
Serve Laurijssen
  • 9,266
  • 5
  • 45
  • 98