Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
edited tags
Link
braX
  • 11.9k
  • 5
  • 24
  • 38
Source Link

Excel web - new style checkboxes - is there an event to do work when they are clicked?

In Excel Web, I have a column containing a new style checkbox in each cell. I would like to add a date to the adjacent column when a checkbox is checked. To do this, I'd like to run a script when any of the checkboxes are clicked. Is there a way to trigger a script / macro when a checkbox is clicked?

Thanks in advance