O
odie
I have a sheet of data I want to programatically filter (by track) into
subsets and assign the filtered data to named ranges.
Sample data:
Track PosX PosY
4 33 41
2 19 73
2 21 68
4 36 38
6 83 12
4 35 38
4 36 40
6 81 14
2 23 67
So, for example, a named range "track4" would consist of all the PosX and
PosY data corresponding to track4.
Can anyone suggest some code to start with?
subsets and assign the filtered data to named ranges.
Sample data:
Track PosX PosY
4 33 41
2 19 73
2 21 68
4 36 38
6 83 12
4 35 38
4 36 40
6 81 14
2 23 67
So, for example, a named range "track4" would consist of all the PosX and
PosY data corresponding to track4.
Can anyone suggest some code to start with?