Get the list of Available domains and Project in Excel Macro
| ♥ 0 | 
				                 Hi All, I am trying to get all the domain and project (respective of domain selected) in Excel Macro Domain: Project:     Dim QCConnection     Dim sUserName, sPassword     QCConnection.InitConnectionEx "http://tac-qc-prod.cibc.com/qcbin/"      For Each project In projectList Next project     Debug.Print domaintext 
                    Marked as spam 
												
				             |