HarunMusic
Computer
HI, i have problem, i hope someone can help, thx.
I made macro, it can copy body from one part to another. I select body, PARTNUMBEr(of body part) and partnumber of part where to copy.
in this scenario a can define body
partDocument1 = documents1.Item(ListBox3.Items(j - 1) & ".CATPart")
Dim part1 As Part
part1 = partDocument1.Part
Dim bodies1 As Bodies
bodies1 = part1.Bodies
Dim body1 As Body
but this only work with one instance, when i have more i must take the instance name or product name of part, in this case i dont know how to define body of first part
I made macro, it can copy body from one part to another. I select body, PARTNUMBEr(of body part) and partnumber of part where to copy.
in this scenario a can define body
partDocument1 = documents1.Item(ListBox3.Items(j - 1) & ".CATPart")
Dim part1 As Part
part1 = partDocument1.Part
Dim bodies1 As Bodies
bodies1 = part1.Bodies
Dim body1 As Body
but this only work with one instance, when i have more i must take the instance name or product name of part, in this case i dont know how to define body of first part