The code numbers for office icons in powerpoint

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how the numbering sequence works for the office icons. I
want to code a certain button to show up on a customized toolbar. For example
FaceID="59" is the "smily face". "52" is the pig icon. I'm trying to get the
number for the fish, but the numbers don't appear to be sequential.

Also part 2 - does anyone know how to code it so that the image and text
come up on a customized tool bar? Thanks
 
Does anyone know how the numbering sequence works for the office icons. I
want to code a certain button to show up on a customized toolbar. For example
FaceID="59" is the "smily face". "52" is the pig icon. I'm trying to get the
number for the fish, but the numbers don't appear to be sequential.

This little beauty reveals all
http://skp.mvps.org/faceid.htm
Also part 2 - does anyone know how to code it so that the image and text
come up on a customized tool bar? Thanks

Set the button's .ButtonStyle = msoButtonIconAndCaption ' a long = 3
 
Back
Top