View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default Can I 'toggle' a toolbar button

Application.CommandBars("MyToolbar").Controls("MyB utton").State =
msoButtonDown

--

HTH

Bob

"Michelle" wrote in message
...
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