Hello!
I'm getting this error message "AUTOMATION ERROR" (picture below), only when I run the macro step by step, and sometimes it gives me this error randomly.
Is there any way to solve this issue?
I appreciate your suggestion.
Thanks in advance
___________________
Sincerely,
Hi everybody,
I’m working on project in catia V5 using vba, in this project I want to achieve those things :
I want to use a userform with two buttons:
the first one is reserved to appear the Capture toolbox (picture below)
,Then wait for the user to select the area that he want to be...
Hello everyone,
I've been spending days trying to figure out how to create a Product then place in a 3DShape inside this product created, I tried this code below:
Sub CATMain ()
'-----create a product
dim oNewService As PLMNewService2
set oNewService =...
Hello everyone,
I'm working on VBA CATIA project, that need to be connected with Excel to save Data, and I do have to adjust the page size to A4 or A3 depend on the result of OptionButtons (pict bellow ), I tried this code but I got this error message "Run Time error 1004" 'impossible to define...
Hello everyone,
I've been spending days trying to solve this issue.
How to retrieve the number of division of boundary layer using the Y+ methodology ?
Any hint is really appreciated!
Thanks
_______
Regards,
Hello everyone,
I've been spending days trying to solve this issue. I'm trying to write a VBA script that can create a new document with a new PDD and insert a new 3DD in V6, and I'm not able to find a solution. In V5, you could use something like:
Sub CATMain()
'===create a part document
Dim...