Hi
I write a small code to add properties in a prodcut:
but when I run it, it shows a time-run error at "Set parameters1 = prdDoc1.UserRefProperties "
any idea to solve it ?
thx
Sub CATMain()
Dim productDocument1 As Document
Dim product1 As Product
Dim products1 As Products
Set...
Hi I'm new to programming, and sorry for stupid questions.
I am trying to make a macro including functions below:
Exactly I got several types of parameters and I want to check they are in every part and product in my CATIA module. If some of them are miss, they would be added in.
please...
Hi everyone
I am going to make a macro which can export the name, value, parent and current product to excel.
This is my code. It will take one hour then no responding when I run it.
I am really new to CATIA VBA and just start to learn it.
Any body can go through my code and tell me anything I...