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...