Toggle buttons on toolbar

J

John

Hi

Is it possible to have toggle buttons on toolbar? Such that pressing a
toggle buttons runs a macro or vb code?

Thanks

Regards
 
A

Arvin Meyer [MVP]

John said:
Hi

Is it possible to have toggle buttons on toolbar? Such that pressing a
toggle buttons runs a macro or vb code?

As far as I know, the answer is no. You can build a toolbar with standard
buttons. Since even code from a toggle button only runs when clicked, there
should be little difference.
 
Top