I'm encountering a problem that I thought I never would.
I've used VB6 to create and make adjustments to Excel 2000 workbooks for budgetting purposes. At this point, I've been asked to sort items on the Summary sheet to a specific order. The routine I use to do this works for some sections, and not for others. It seems that certain rows refuse to move from their spot during a sort.
It looks like this:
Acct Name Data SortKey
0000 First 1 4
0002 First 4 2
0003 First 5 3
Total 10
When I select the SortKey(4), that row insists on staying where it is. I've tried moving it to a different group of numbers, and received more odd results. When I place it at the end of a list, it will sort the first time, but once it lands at the top of the list, it won't budge from there.
I'm leaning towards this being a problem caused by a hidden column existing in the range to be sorted, but the behavior repeated itself after I unhid it.
Anyone seen this before?
Drew
I've used VB6 to create and make adjustments to Excel 2000 workbooks for budgetting purposes. At this point, I've been asked to sort items on the Summary sheet to a specific order. The routine I use to do this works for some sections, and not for others. It seems that certain rows refuse to move from their spot during a sort.
It looks like this:
Acct Name Data SortKey
0000 First 1 4
0002 First 4 2
0003 First 5 3
Total 10
When I select the SortKey(4), that row insists on staying where it is. I've tried moving it to a different group of numbers, and received more odd results. When I place it at the end of a list, it will sort the first time, but once it lands at the top of the list, it won't budge from there.
I'm leaning towards this being a problem caused by a hidden column existing in the range to be sorted, but the behavior repeated itself after I unhid it.
Anyone seen this before?
Drew