possible to sort by colour??

G

gerry.lisa

I have a 3000 row sheet that I would like to sort by colour..so that
the rows filled in with pink show at the top of the sheet.

Can this be done?

....Lisa
 
J

Jim Cone

Lisa,

VBA code is required to color sort, unless you want to go thru the
pain of installing and trying to use XL2007.
These two web sites provide code to sort by color...
http://www.xldynamic.com/source/xld.ColourCounter.html
http://www.cpearson.com/excel/colors.htm
-or-
There are some commercial applications (add-ins) that provide
color sorting capability to Excel.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins: sorting, comparing, matching, listing, finding...)



<[email protected]>
wrote in message
I have a 3000 row sheet that I would like to sort by colour..so that
the rows filled in with pink show at the top of the sheet.

Can this be done?
....Lisa
 
Top