tough one: filtered list: moving rows up and down
Posted by Paul on January 25, 2001 2:50 PM
I have a worksheet that has a header with autofilter applied.
I am able to programmically move data row up and down with a spin button to position rows for the data sheet.
When, I apply the filter to worksheet data I am unable to move the data due to the gaps in the data.
Example
unfiltered:
Header row: ID field, name, dept
r1 10000, bob, HR
r2 10003, sandy, sales
r3 10005, george, HR
I am able to move r3 to r2 position
Filtered:
r1 10000, bob, HR
r3 10005, george, HR
I am unable to switch these rows.
any suggestions?
-P