Hi,
I'm not very familiar with vba and excel programming so I need a bit help. I have an excel table with many columns and rows. At each row the is name and numbers ("hits") from 1 to 10 in random ( also empty cells) like so. I would like macro to arrange the rows so that the row with most "hits" to be on top.
Al 1 4 10
Cal 2 3 8
Dee 3 6
DD 2 3 7 9
GE 3 1
I would like macro to arrange the rows so that the row with most "hits" to be on top like this:
DD 2 3 7 9
Al 1 4 10
Cal 2 8
Dee 3 6
GE 3
And also is it possible to for example select cells that have value 3 and make the cell in some specific color??
I'm not very familiar with vba and excel programming so I need a bit help. I have an excel table with many columns and rows. At each row the is name and numbers ("hits") from 1 to 10 in random ( also empty cells) like so. I would like macro to arrange the rows so that the row with most "hits" to be on top.
Al 1 4 10
Cal 2 3 8
Dee 3 6
DD 2 3 7 9
GE 3 1
I would like macro to arrange the rows so that the row with most "hits" to be on top like this:
DD 2 3 7 9
Al 1 4 10
Cal 2 8
Dee 3 6
GE 3
And also is it possible to for example select cells that have value 3 and make the cell in some specific color??