PDA

View Full Version : VB Script need to produce Parts List


REB
01-24-2002, 02:13 PM
Do you have a VB script that produces a Parts List like the Parts List #2 in the old Pads Perform software. To jog your memory, that part list starts with the Package, then Value, then a sorted list (5 columns) of Component designators - like this:

C12, .1uF C1 C4 C12 C16 C20
C25 C32 C33

C12, .47uF C2 C6

Tom
01-24-2002, 02:41 PM
Bob,

I'm attaching a zip file.

This is a VB Script Parts List Decal.bas

It might not produce what you want, but you can modify it to fit your needs.

REB
01-25-2002, 06:24 AM
Thank you, Tom!

REB
01-25-2002, 09:04 AM
I need a script file to sort components by value and then generate a list as follows as an example:

0.12uFd C1, C3, C12, C37,
4k7 R10, R14, R99, R101
10uH L1, L3, L5

Any help would be appreciated. Thanks in advance.