How to add images to custom toolbar buttons?

  • Thread starter Thread starter RADO
  • Start date Start date
R

RADO

Is there a way to add button images to a custom toolbar created
programmatically?

Thanks -
RADO
 
You have to get the image in the clipboard, so you would copy it from the
worksheet, then use pasteface to get it on the button.
 
Tom - thanks a lot, it works!
the only issue is that the copied image becomes blurry for some reason and
looks bad on the button. Do you know what might be a problem?

RADO
 
I haven't experienced that. But I would suspect a lot has to do with the
original image. Perhaps you can try a different format or a different size
by working with it in an image editor.
 
Back
Top