I have a 3rd party add in in Excel, and I'd like to call the "Refresh" function from that add in from an Usual VBA code. (the record function didn't work)
I saw I can call the add in trough the Application.Run(...) as explained here: How do I call an xll addin function from vba?
However I am a bit stuck because I am not sure how to identify where my addin is located, and even then, in the file I suspect it is, there are tons of files .dll...
How can I know what to put in the application run?