Is the a ExecuteMso equivalent in Office.js?

Viewed 44

I am trying to use a native button command programmatically in Office.js. More specifically, I am trying to use the pre-existing copy button command since Office.js only provides the CopyFrom function for any copy-paste uses.

I couldn't find any documentation for this online so I was wondering if there was any way to use something like the ExecuteMso method or if there are any plans for this to be added in future updates?

1 Answers
Related