View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default Dispalying A text in Commnadbar

Very few of the CommandBarControl types can be used for custom commandbar
controls - which is annoying because some of them look great... split style
buttons, grids, etc... <sigh

I've got an example of a toggle button (icon changes) on my website under
"Collection of Buttons"

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Hari" wrote in message
...
Hi
I want to display some status in a new toolbar.
It will display an icon and a text .

say red means that is active Green means inactive.

But i dont want them to look as buttons so that thre should not be any

button down.
I want to display them static and i wnat to keep change the icon

How can i do this

Is that can be done in status bar also
I tried to use msoControlLabe but i dont know hoe to assign a text and

icon for it
Thanks