i dont know how to begin unfortunately. I was able to call the top level tree, but then each tree has a product, and product have an item, and item will have a product... after several, i will find a product with x amount of items which i will need.
yes i did, it didnt zoom into my text, because it only calls on reframe views. if you can help me determine what calls Ctrl H and ultilize the reframe from there, that would help alot.
hi i was able to achieve it, but i do not know the vba code to reframe to a text
Option Explicit
Private Sub CommandButton1_Click()
ListBox1.AddItem ("2057510200-REF")
End Sub
Private Sub ListBox1_Click()
CATIA.DisplayFileAlerts = False
Dim oDrwDocument As Document
Dim oDrwviews As...
hi, i am new in catia programing. I would really appreciate it if someone could help me get the program started. I would like to select a text in excel and it does something similar to ctrl H and search for the part number and zoom into the 2D drawing.
hi, i am new in catia programing. I would really appreciate it if someone could help me get the program started. I would like to select a text in excel and it does something similar to ctrl H and search for the part number and zoom into the 2D drawing.