A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
In my original post, I stated that I attempted to register the DLL with no luck. Here is some more detail, perhaps I am doing it incorrectly:
- I select I select my VBA Project then select Tools-->References-->Browse..
- I then select the ThomsonReutersAddinShim.DLL and press Open
- This shows "AddinShim 1.0 Type Library" as checked in the References list.
- I select OK.
Is it possible the DLL does not export the functions for use in VBA (only for worksheet use)?
What would be the "library name?" Should I be using ThomsonReutersAddinShim.TF to call the function (i.e., the library name is the file name of the DLL file? The ProgID is different in the Excel Insert Function dialog ( ThomsonONEaAddinShim.SpreadsheetFormulas). Neither of these seem to work, however.