Would someone be able to point me in the right direction getting started with having it search sub directories? I'm not the most experienced with VB, and haven't had much luck with it, even just finding where the part folder is being defined as the only directory searched.
Cowski,
Thank you for your quick response. I thought that it might be able to grab the other parts since they were in the same main folder, but what you said makes much more sense. I tried adding "..." to the directory to search subsequent folders, but that didn't work, I imagine it was...
Hi,
Running NX10 native.
I'm using the code from the dropbox link found in http://www.eng-tips.com/viewthread.cfm?qid=350926. I've changed a few things regarding where it gets the file, but all functions have remained the same.
I've got a number of assemblies created, and a text file showing...
Ehaviv
The end goal would be a part tree of blank components, so if a single part needed to be redrawn it could be done so while still showing what assembly, sub-assembly, etc. it's apart of.
Cowski
Thanks for the code, don't know how I missed that thread scouring the internet about this...
Hello,
I'm currently trying to populate a blank part tree, with the information coming from an excel sheet that lists indenture numbers, part number, part name, etc. I'm doing this by writing 2 loops of code in a journal (using VBA) to create either an assembly component or a part component...