I am relatively new to automation with PAD, so I do not know if this is even possible. I've scoured and have not found a definitive answer to the following:
If I have an existing instance of Excel open outside of PAD, is there a way to grab that instance to use for flows? The reason I ask this is because I am running into a problem that I really hope has a simple solution, described below.
I use Office 365 (desktop application) for a spreadsheet report for work. When I need to update the reports, I use our software to export the data to Excel and then use macros to copy and assess differences between the two reports. While I can do all of this by opening the report sheet and exporting the new data, I am diving into using PAD to grab information from the report sheet and automating some other tasks, including selecting the active cell and gathering information for emails, account updates, etc.
If I use PAD to open up the report workbook, it naturally creates an Excel instance, and it's no problem to do what I need to do using PAD. However, if I export data, it is in a separate Excel instance and I no longer can use my macros to cycle through the workbooks since it is now two separate instances. The only workaround I have for it is when I want to update reports, I close out the PAD-generated one, open it manually, export the data I need, run my macros, close the workbooks, then open again with PAD. I'd really like to skip all those steps. Is there any hope for this?