I have a listbox. When I press "Number" header, I want to sort correctly the "Number" column.
1,20
107,55
16,35
69,60
must be
1,20
16,35
69,60
107,55
Can somebody help me?
I have a listbox. When I press "Number" header, I want to sort correctly the "Number" column.
1,20
107,55
16,35
69,60
must be
1,20
16,35
69,60
107,55
Can somebody help me?
Hi dannyhar,
try changing this line in the Private Sub UserForm_Initialize()
if it is suitable for you![]()
Please Login or Register to view this content.
It is disturbing to show zeros in front of numbers. Could not occur without zeros?
Use helper columns, which can been hidden, for sorting text as numbers.
Yes! This is better.
Thanks nilem, Thanks Andy Pope!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks