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 JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search for parts/products without material

Status
Not open for further replies.

LuKeUmbo

Automotive
Joined
Nov 21, 2018
Messages
15
Location
IT
Hi,
i'm looking for a method to search if, a opened part and/or product with sub assembly, are without material applied.
The result obtained, can be in any type of file (csv, txt, ecc.).


Someone know if it's possibile to do (macro, catscript, VB, ecc.)?

Thank you
LuKe
 
Try working with this:

Product.GetItem("CATMatManagerVBExt")
 
Thank you for your advice @weagan22
I've forgot to say that I don't know CatScript or VBA. I've never learned it at my work or in school.
So I can't use a single string to develop a complete routine.
When I find some complete code on the net, I'm able to modify it to fit to my needs, but starting from scratch is impossible to me.

Maybe if you, ore someone else, have an example, I can try to use it for my needs

Thank you
LuKe

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top