Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA and Clearquest

Status
Not open for further replies.

amw1

Programmer
Feb 9, 2005
12
US

This is an an Excel 2000 vba module on an NT machine

Dim sessionObj as object
set SessionObj = CreateObject("ClearQuest.Session")


I get run-time error 429 - activeX error.

Anyone have any experience with this?

 
have you set up the references to the object type correctly, that is in VB Editor, go to tools, references, is there a check mark next to the necessary item?

Matt

crazy times call for crazy people


CrazyPabs

Is it lunchtime yet?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top