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
|