From: Michelle on
Still using v.2003, how can I make a button that I put on my toolbar have
two states like the 'bold', 'italic' or 'drawing-toolbar' buttons?
these buttons appear 'illuminated' or 'depressed' when switched

I hope that makes sense

M


From: Bob Phillips on
Application.CommandBars("MyToolbar").Controls("MyButton").State =
msoButtonDown

--

HTH

Bob

"Michelle" <mh_londonNOJUNK(a)hotmail.com> wrote in message
news:1F62F73C-F805-4F6F-AC5A-BB25F479AFCD(a)microsoft.com...
> Still using v.2003, how can I make a button that I put on my toolbar have
> two states like the 'bold', 'italic' or 'drawing-toolbar' buttons?
> these buttons appear 'illuminated' or 'depressed' when switched
>
> I hope that makes sense
>
> M
>
>