A
A_User
Microsoft makes it extremely difficult for a user who has discovered a
product bug to report that fact to the developers, which creates an "MS
doesn't care" attitude. Encouraging more submissions would result in better
products. For example, I found yesterday that Excel 2003 does not compare
nor sort the two character strings "819_11" and "819_1_" as is documented in
the "Default Sort Order" section of its documentation -- the final 1 sorts
AFTER the "_" whereas "1" should sort BEFORE "_" according to the
documentation. VBA compares the two characters strings with the opposite
results.
product bug to report that fact to the developers, which creates an "MS
doesn't care" attitude. Encouraging more submissions would result in better
products. For example, I found yesterday that Excel 2003 does not compare
nor sort the two character strings "819_11" and "819_1_" as is documented in
the "Default Sort Order" section of its documentation -- the final 1 sorts
AFTER the "_" whereas "1" should sort BEFORE "_" according to the
documentation. VBA compares the two characters strings with the opposite
results.