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

Accessing Catia V6 from Excel VBA

Status
Not open for further replies.

Akyu

Automotive
Joined
Oct 29, 2015
Messages
1
Location
FR
I am trying to convert some macros that I have created for Catia V5, using Excel VBA.

For Catia V5 the following code enables VBA to interface with Catia and access the related objects:

Dim CATIA As Object
Set CATIA = GetObject(, “CATIA.Application”)

The problem with Catia V6 is that the GetObject function does not work anymore with the argument “CATIA.Application”. From the documentation of the GetObject function, I understand that this argument is a progID, specific for the application Catia V5. Does anyone know what is the progID for Catia V6?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top