Hello!
I am working on a custom macro (not an app) for a workflow. We have excel files located on sharepoint. I am able to read these using the normal input tool. It works great. Now I want to stream this file into an in-db stream to enrich some data.
The challenge: I want to paste inn the sharepoint file path (or local excel file. it should act the same) in the macro, and then I want to macro to refresh the list of available sheets in that workbook.
I have succeeded in each step individually, but not when it comes to getting an updated sheet list based on the filepath i paste in.
Anyone have a good idea for this?