View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default different text colours in listbox

I've never seen a way to have more than one font color in a listbox.
Why not just include a unique character with the hidden sheet names...
SheetName *
or
SheetName (hidden)

Then in your code check for the "*" character or the "(" character
and extract the text to the left of the character position.
--
Jim Cone
Portland, Oregon USA


..
"David Macdonald"

wrote in message
Is there a way I can get some items in a listbox to be in a different colour ?
I'm listing all the sheets in a workbook. At the moment I'm adding a string
after the sheet name - "(visible)" or "(hidden)".
For a new function in the app I need to have the list made up of only the
name. I still want to see which sheets are hidden so I thought text
formatting could be a solution - colour or italics or something.
So, any ideas how to change the item format based on conditions set when
populating the listbox ?

--
WinXP - Office2003 (Italian)