Hi,
I am doing Tutorial 1 of the Excel VBA COM API here which is for the AdxRtSourceList object. Stepping through the sample code, when I get to this line
Set myAdxRtSrcLst = CreateAdxRtSourceList()
the object seems to create ok but the property LocalSourceList says "<ERROR #11 - AdxRtSourceLIst: Initialization failed.>"
Is that a problem I should fix?