My problem relates to the saving of Excel files in Power Automate Desktop.
The problem only started after 23-04-17 roughly .
Very simple flow will explain the problem
The flow : Launch Excel with an Excel file TEST.xlsm, then Wait(3) and then Close the excel Instance with Save the document
TEST.xlsm has a macro :- for "This-Work-book "- Sub "Work-book-Open" and just a "message-box"("Testing")
I open and close TEST.xlsm directly in Excel or 2xclick from the explorer - No Problem.
If I run the flow, It runs Ok but.....
If I try and open TEST.xlsm It open ( I know because of the message), but there are no sheets and all functionality is disabled.
Any ideas?