Home > Back-end >  Can I call a pre-xisting macro via the Office Add-In javascript library?
Can I call a pre-xisting macro via the Office Add-In javascript library?

Time:02-01

I am developing an Excel Add-In to list, select, and retrieve an OData source. I'd like to be able to call a macro that opens excels Data / Get Data / From Other Sources / From OData Feed and fills in the URL field according to the user's previous selection.

I've searched microsft documentation and google but find no mention of executing a macro from the Office javascript library.

CodePudding user response:

The Office JavaScript API doesn't provide anything for that.

You can post or vote for an existing feature request on Tech Community where they are considered when the Office dev team goes through the planning process.

  • Related