View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
MarkHG MarkHG is offline
external usenet poster
 
Posts: 5
Default Adding custom faces-icons to toobar buttons.

Thanks for that Tom - I think it will work in XL2000 as well
(hopefully).

I was using the copy and pasteface methods but was having problems with
Excels clipboard when switching between workbooks - I was wanting to
redraw the toolbar enabling/disabling functionality depending on what
type of workbook was open. I was refreshing the toolbar on the
sheet_activate events - the copy and paste face was messing up Excels
clipboard. I tried storing the clipboard contents in a DataObject
before copy the images then putting it back in but this was crashing
Excel.