View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Font Color Index / Name Source

I've just written an Excel add-in (Determine Colors) that creates a new
menu on the cell right-click popup menu. It lists cell color, font color and
cell address. I am looking for feedback and trying to determine if there
is any demand for it. I anticipate it would be a giveaway program.
Email me if you want to give it a try...
XX
(remove xxx)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Neal Zimm"
wrote in message
I have a need to display font color names by feeding the color index number
to "something". When I hold the mouse on a color in the palette the name
displays. Is there a source accessable by VBA or do I have to build a
procedure or function on my own?
Thanks.
Neal Z