Thread: Toolbar Button
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Chan Gary Chan is offline
external usenet poster
 
Posts: 1
Default Toolbar Button

I want to load an icon image (.ico file) to a
CommandBarButton. How can I do this?

I know CommandBarButton has the method "PasteFace", but
this requires the image first copied onto the clipboard. I
don't think (can I?) I can load an .ico file directly to
clipboard.

Any solution?