Get list of ALM project domains and names in VBScript
| ♥ 0 | Has anyone had any luck with getting a list of a user’s project domains and project names using VBA? I’m trying to login through Excel and extract the information but I’ve hit a block. This is what I have at the moment:     Set tdc = CreateObject("TDApiOle80.TDConnection")     For Each project In projectList The code above throws an error of invalid property or wrong number of arguments on the tdc.GetAllVisibleProjectDescriptors() line but I don’t know why. Any idea how to either fix this or look at another approach for getting the information I need? 
                    Marked as spam | 
