Hi Everyone,
I am trying to select a part using search, but I'm not getting the results
Set ActDoc = CATIA.ActiveDocument
Set oSel = ActDoc.Selection
srchStrng = "AB3C-1234-J"
oSel.Search "CATProductSearch.Product.PartNumber=" & srchStrng & "*,all"
When I do the search manually it gives the...