icon in menu toolbar

R

roland

How can I put an icon in the left corner of a new toolbar
(as ico file) with VBA in Excel 2000?
 
J

Jim Rech

The only thing you can put on a toolbar is a toolbar control. If you want a
custom face for a toolbar button you'd have to copy the bitmap to the
clipboard and use the PasteFace method to stick it on the button.
 
Top