View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Creating custom face ID's

The way that I do it is to save the picture on a hidden worksheet, and in
the workbook open assign it


cbTable.Shapes(shapename).Copy*Picture
Application.Commandbars("myCB").Controls("myButton ").PasteFace

where cbTable is the codename of the sheet containing the picture, shapename
is the name of the shape, such as 'Picture 30'.



--

HTH

RP
(remove nothere from the email address if mailing direct)


"Neil Atkinson" wrote in message
...
Thanks for the reply. Once i've created the icon how do i add it to the
menu and ensure its saved in the workbook?



*** Sent via Developersdex http://www.developersdex.com ***