I'd drop the insertion of the blank row.
Then sort your range (if you haven't) and add headers (if you haven't).
Then select the range (both columns)
data|subtotals
and excel will insert a new row that has the subtotal (use Sum as your function)
for each value in that key column.
You can use the outlining symbols to the left to hide the details (or show
them).
Another option would be to use data|pivottable. Your data doesn't have to be
sorted to get a very nice summary.
> I did manage to enter a blank row after a data change in the 'Ordered
> Items' list. I also need to be able to sort in descending order the
> subtotals list.

Signature
Dave Peterson
nymyth - 25 Jun 2007 17:44 GMT
wow, didnt even notice that feature. Thanks Dave. Works great.