tomw-fiecon's avatar
tomw-fiecon
Copper Contributor
May 09, 2025
Status:
New

CutCopyMode for Excel API

In VBA, the property Application.CutCopyMode can be used to check whether the application is in copy mode, with 'ants' circling a copied (or cut) range.

In the Excel JS API it would be useful to be able to access whether this mode is enabled. It would also be great to access the copied range (not something you can do via VBA, as far as I'm aware).

This feature would open up possibilities for using the copied data in add-in functionality, for example in custom paste functionality.

No CommentsBe the first to comment