How to create Multiple PDFs from Excel (Office Scripts + Power Automate)

Creating multiple PDFs based on a list is a common use case in Excel. I’m asked about it regularly. A few weeks ago, I received this question about our Office Scripts course: Before I start the course on Office Scripts, I was wondering if it is possible to loop through a spreadsheet and with each … Read more

How to run Excel macros from Power Automate Desktop

Power Automate Desktop is a Microsoft tool for automating processes in a desktop environment. It’s a really powerful tool, but suffers from one significant drawback… it has limited Excel actions. However, Microsoft has given us the ability to run Excel macros from Power Automate Desktop; therefore, this gives us the power to do almost anything … Read more

How to email or save Excel images with Power Automate

Images from Excel - Power Automate

It is common in many businesses to send regular email summaries or reports to senior executives. Typical scenarios include daily sales reports or cash-flow positions. These emails often contain images displaying the key information. With the current cloud technologies, we now have an easy way to automate this. So, in this post, we look at … Read more

How to run Power Automate from Excel with Office Scripts or VBA

Run Power Automate From Excel

For a long time, I’ve been asking Microsoft for the ability to run a Power Automate flow from an Office Script. Office Scripts are restricted to operate only on objects within the workbook. Therefore, we can’t currently run a script that changes another workbook, or undertakes other activities outside of Excel. This significantly reduces the … Read more

Power Automate CSV to Excel (via Office Script: Easy Method)

Convert CSV to Excel - Office Scripts & Power Automate

CSV files are a common file format; they are regularly used to export data from IT systems. Excel desktop can convert CSV to Excel with ease. However, in the online world of Office 365, things aren’t quite so simple. The online world provides us with new automation opportunities not available in a desktop environment. However, … Read more

Office Scripts – Sort sheets alphabetically

Office Scripts - Worksheets

In this post, we are covering how to sort sheets alphabetically using Office Scripts. Actually, the final code will be flexible enough to sort sheets in many different ways. I’ll share the basic script, along with the steps to create a more dynamic and robust solution. By the end, we will have a script that … Read more