B
Bill
I have a list on an Excel spreadsheet which I have
sorted. Among other entries, the list has "Con"
and "CWC". When I sort, it places "Con" before "CWC".
In VB, I am comparing the fields in the sorted list. In
the VB comparison statement, it sees "CWC" as being less
than "Con" (presumably because the Hex value for the "o"
is greater than the Hex value for the "W").
Is this correct? And is there any way to make the two
look at the data in the same way?
sorted. Among other entries, the list has "Con"
and "CWC". When I sort, it places "Con" before "CWC".
In VB, I am comparing the fields in the sorted list. In
the VB comparison statement, it sees "CWC" as being less
than "Con" (presumably because the Hex value for the "o"
is greater than the Hex value for the "W").
Is this correct? And is there any way to make the two
look at the data in the same way?