![]() |
Converting High score table to a low score table
Hi,
I have a sub which checks for the highest score and moves the name and score up or down depending on the position for example, 1. test 100 2. test1 99 3 test2 79 4.test3 10 Please can somebody help me convert it to do the opposite or suggest some new code. So the opposite would be, 1. test3 10 2. test2 79 3. test1 99 4. test 100 Many thanks in advance, the orignal code is posted below Code:
Private Sub MoveDown() |
Re: Converting High score table to a low score table
If Int(PlayerScore) > intscore(x) Then
just change this to If Int(PlayerScore) < intscore(x) Then |
Re: Converting High score table to a low score table
Thanks for that but is dose not work
|
| All times are GMT +5.5. The time now is 11:30. |