S
Sonnich Jensen
Hi
I seem to have problems with this - I have a sheet of 2 coloums as
A = string, B = number, given as =1+2+3+.....
Now, I want to sort by the number, therefore:
sh2.Range("B:B").Sort Key1:=sh2.Range("B:B"), Order1:=xlAscending,
Orientation:=xlSortRows
sh2 = worksheet
However, that does not really work.... what do I do wrong?
WBR
Sonnich
I seem to have problems with this - I have a sheet of 2 coloums as
A = string, B = number, given as =1+2+3+.....
Now, I want to sort by the number, therefore:
sh2.Range("B:B").Sort Key1:=sh2.Range("B:B"), Order1:=xlAscending,
Orientation:=xlSortRows
sh2 = worksheet
However, that does not really work.... what do I do wrong?
WBR
Sonnich