All,
Can anybody advise - I'm trying to connect to ALM 11 from excel.
I've added the ALM Connectivity and Excel Add on (Windows 7, Excel 2010)
I've added reference OTA COM Type Library.
When running the following it fails on line 3 with the error below....
1. Public Sub Connection()
2. Dim QCConnection As TDAPIOLELib.TDConnection
3. QCConnection = New TDAPIOLELib.TDConnection
4. QCConnection.InitConnectionEx ("https://system/qcbin")
5. QCConnection.Login "name", "password"
6. End Sub
Run-time error '91':
Object variable or With block variable not set