Script lab is a tool for anyone who wants to learn about writing Office Add-ins for Excel, Outlook, Word, or PowerPoint. The focus is the Office JavaScript API, which is the technology you need for ...
I was testing Script Lab in Excel Online on my personal OneDrive account. After adding Script Lab, I clicked on the Run button in the ribbon and nothing happened first. So I tried a second time. After ...
We're going to build off my previous series to show how to further the communication channel between Excel and PowerShell. In a recent series of posts, I explained how to launch a PowerShell script ...
The ability to automate tasks in Excel for the web has been a long wait—but it’s finally here, and it was worth the wait. One thing users have clamored for is web apps that support code (macros or ...
Microsoft has announced that the company is now the official owner of the popular Script Lab Office developer add-in and will no longer be an open-source software project going forward. A while ago, ...
In my previous post, I showed you how to create a clickable button in Excel. That button displayed a simple message box. Now, I want to show you how to use the button to kick off a PowerShell script.