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. Sushimon

    Catia Macro filtering

    Hi Ferdo, I'm working in VB. I'm just trying to filter some of the parts off so it doesn't get shown Sub CATMain() Dim doc1 As documents Dim docName As String Dim objDocumentPart As PartDocument Dim i As Integer Set documents = CATIA.documents For i = 1 To...
  2. Sushimon

    Catia Macro filtering

    Hi, I need some help filtering off some CATPARTS. I want to filter it out by the partname but when i use the * which i thought was a wildcard, Catia doesn't seem to like it the line and doesn't apply the rest of the code. Here's an example: If objPartDocument.name = ("Multi*.CATPart") then...

Part and Inventory Search

Back
Top