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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Starting Customizing solidEdge

Status
Not open for further replies.

djibo75

Mechanical
Joined
Nov 15, 2005
Messages
1
Location
CA
Hi everybody,

I am new Programmer in solid Edge. Why my program in VBA does not compile at this line?

Set objApp = GetObject(, "SolidEdge.Application")

Knowing that I added all the solidEdge librairies. So Why I can't Connect to running instance to Solid Edge


Thanks to answer me,

Cordially
 
What does your dim statement look like for objApp? I did a quick look though the UGS: SolidEdge forum and came up with this.

Code:
Dim objApp As SolidEdgeFramework.Application

If you dimensioned it as something else (other than Dim objApp As Object), it may not return the correct object.

You may want to post this question in the UGS: SolidEdge forum. I would assume the users there are much more knowledgeable about the SolidEdge API.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top