Hello!
I have a spreadsheet calculator which requires data from a specific system. I'm trying to automate the scraping of the data to input into the calculator using a mix of VBA and Power Automate for Desktop for the job.
My ultimate aim is that the user will input a reference number into an Excel spreadsheet, click the macro button which will trigger the correct calculator to open. Once open, it will then call the web scrape Power Automate for Desktop flow to gather the data, write this back to the calculator, calculate and save the output somewhere for the user to pick up.
All of the individual steps have been done (opening the correct calculator based on the reference number, the flow which scrapes the data, saving of the output, etc), but I cant seem to figure out how I can get VBA (which is in the Desktop app of Excel, not online version) to call the Flow written in Power Automate for Desktop. Is this even possible?
Worth adding that I have the premium version of Power Automate for Desktop and that this is my first experience with power Automate for Desktop, so by no means am I anything more than a beginner!
Thanks in advance if anyone has the answer to this!