I have a spreadsheet that I am sorting based on an "item number" column. So if the item number column has the following values:
2.2
2.1.b
I want the row with the 2.1.b to be before the 2.2 row. However, the sort function in Excel puts 2.2 ahead. It must determine value based on the # of characters.
Is there a way to do sort the column in VBA?