hcexcel's avatar
hcexcel
Brass Contributor
Aug 25, 2022
Status:
New

Excel Online - onSingleClicked event for shapes to run commands

If a shape has onSingleClicked event in Excel Online, it will be able to run a command after clicking on a shape.

A temporary solution is to use shape's onActivated event in Excel Online, but this trick doesn't work in Excel desktop.

https://docs.microsoft.com/en-us/office/dev/add-ins/excel/excel-add-ins-events?view=excel-js-preview

https://docs.microsoft.com/en-us/javascript/api/excel/excel.shape?view=excel-js-preview#events

No CommentsBe the first to comment