Starting Customizing solidEdge
Starting Customizing solidEdge
(OP)
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
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





RE: Starting Customizing solidEdge
CODE
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.