I have a set of data consisting of 4 columns where the data in the first 3 columns are the same, and the data in the last column starts at 11 and goes up to 35.
For example:
A B C D
5 4,106.21 1 0 11
6 4,106.21 1 0 12
7 4,106.21 1 0 13
8 4,106.21 1 0 14
...
The macro that sorts the data is:
'/DSRDA:A5.A29~PA:A5~A~G
When I performed the sort with this set of data, I did not expect it to actually do anything (i.e. the data would remain exactly the same) since it is sorting by the first column and all the values in the first column are equal.
That is the result when I do this same sort in Excel, but not so in Lotus 123. When I run the macro, the values in the 4th column are rearranged.
Can anyone explain why this is happening?
Any help will be appreciated.
For example:
A B C D
5 4,106.21 1 0 11
6 4,106.21 1 0 12
7 4,106.21 1 0 13
8 4,106.21 1 0 14
...
The macro that sorts the data is:
'/DSRDA:A5.A29~PA:A5~A~G
When I performed the sort with this set of data, I did not expect it to actually do anything (i.e. the data would remain exactly the same) since it is sorting by the first column and all the values in the first column are equal.
That is the result when I do this same sort in Excel, but not so in Lotus 123. When I run the macro, the values in the 4th column are rearranged.
Can anyone explain why this is happening?
Any help will be appreciated.