I have setup Reuters for VBA according as specified in PDF document:
- Added PVLbaApis
- Added references to:
* AdfinX Analytics Function
* AdfinX Analytics Object
* Real Time Library
* Dex2 Type Library
When I try to run:
Dim res As Boolean
Dim SrcList As AdfinXRtLib.AdxRtSourceList
Set SrcList = createAdxRtSourceList
I get a compile error "User-define type not defined" indicating that the type PASSLib.PassMgr is not defined.