Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.08 KB

File metadata and controls

23 lines (12 loc) · 1.08 KB

Using Macro files or xlsm files in Power Automate flows

Power Automation flows provides Excel connectors to help connect Excel files with rest of your organizational data/apps such as Teams, Outlook, SharePoint, etc.

However, one of the limitation is that macro files cannot be selected in the file drop-down. See the screen shot below. ' One way to get around this issue is by including "Get File Metadata" action (OneDrive or SharePoint) and use the ID property in the "Run Script" action as showin in the second screenshot.

Note: Some XLSM (esp. the ones with ActiveX/Form controls) may not work in Excel online connector. Be sure to test before deploying your solution.

Hope this helps!

No XLSM in Excel Online connector

No xlsm in Run Script action

Use XLSM Macro file in Excel Online Run Script actinon

xlsm in Run Script action

Use XLSM in Run Script action