problem importing points from Excel
problem importing points from Excel
(OP)
Hi everyone
I tried to draw a spline using GSD_PointSplineLoftFromExcel excel file, but when I run the macro, it shows an error message:
"license information for this component. You do not have an appropriate license to use this functionality in the design environment".
Can anyone help?
Thank You :)
I tried to draw a spline using GSD_PointSplineLoftFromExcel excel file, but when I run the macro, it shows an error message:
"license information for this component. You do not have an appropriate license to use this functionality in the design environment".
Can anyone help?
Thank You :)





RE: problem importing points from Excel
Maybe you don't have GSD license?
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: problem importing points from Excel
I have GSD license and it is active
RE: problem importing points from Excel
indocti discant et ament meminisse periti
RE: problem importing points from Excel
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: problem importing points from Excel
OS: windows 10 pro 32 bit
Microsoft visual studio 2010
I get the excel file from : Program Files\Dassault Systemes\B24\intel_a\code\command
RE: problem importing points from Excel
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: problem importing points from Excel
RE: problem importing points from Excel
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: problem importing points from Excel
How do you start catia usually ?
indocti discant et ament meminisse periti
RE: problem importing points from Excel
RE: problem importing points from Excel
in the script ( go to EXCEL VBA with ALT + F11) find GetCATIA() the run it one line at a time : bring cursor inside and press F8
and check if windows find your running catia or if it's trying to create a new process...
indocti discant et ament meminisse periti
RE: problem importing points from Excel
ActiveX component can't create object
RE: problem importing points from Excel
indocti discant et ament meminisse periti
RE: problem importing points from Excel
If CATIA Is Nothing Then
RE: problem importing points from Excel
and see what's going on.