Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. learnCATIA

    Get Note Values with a Macro

    Hi LWolf, I want to read and export "Notes" values from a CATPart model rather than creating/reading a new geometric set from CATPart model. Any idea how to achieve it?
  2. learnCATIA

    Get Note Values with a Macro

    Hello All, How could I access and read text under "Notes:" as seen in the picture below? Below is my code up to now and I am stuck. Dim oSel As Selection oSel = oCAT.ActiveDocument.Selection oSel.Clear() '// Clear selection before selection starts oSel.Search("Name = Notes*, All") Dim...

Part and Inventory Search

Back
Top