Ok, I understand this part:
but then ya lost me at this part:
What are 1, 2, and 3? More commandbuttons?
What kind of a worksheet is this? "Outline.Showlevels RowLevels"....not familiar with that, but I'm willing to try...just need some guidance myself on that part.
When a worksheet of data is "sorted and subtotaled" - it will transform it into a sorted column and subtotaled at the end of each item - that worksheet will have that [1][2][3] located at the upper left of the worksheet
try this:
make a worksheet with column A = component, column B = unit of measure (UM), C = quantity (QTY)
then input several data - as follows
Column A B C
row1
Component UM QTY
row2 Round tube 1" pc 10
row3 Round tube 1" pc 5
Flatbar 1/2" pc 20
add some more ....
then hi-light column A2 down to the last row of column A (with data)
then at above ribbon click DATA > sort it alphabetically
after sorting, hi-light A1 down to end column C with data
then at DATA > do the "subtotal" on row C (QTY)
you will now have a worksheet with 3 small column at the left with [1][2][3] on top (upper left corner of the worksheet)
when you click [1] - the worksheet will show the grand total only
when you click [2] - the worksheet will show you the summary only
when you click [3] - the worksheet will show all sorted and subtotaled items
hope this clears something
anyway - pls don't bother anymore with the Outline.Showlevels RowLevels -- I changed the procedure and I don't need it anymore
thank you