Where to find Office icons?

  • Thread starter christophercbrewster via OfficeKB.com
  • Start date
C

christophercbrewster via OfficeKB.com

In a posting on another board, someone added an icon to a button using this
code:

Set oButton = oToolbar.Controls.Add(Type:=msoControlButton)
oButton.FaceId = 52 ' Chooses icon #52 from
Office icons

I've done a lot of searching on forums and web sites and I can't find the set
of icons referred to in the comment above. Is there someplace I can look at
this set of icons and get the numbers? (The icon added above is a pig.)
Thanks.

--
Christopher Brewster
Lockheed Martin, Eagan MN

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/word-programming/200811/1
 
J

Jay Freedman

christophercbrewster said:
In a posting on another board, someone added an icon to a button
using this code:

Set oButton = oToolbar.Controls.Add(Type:=msoControlButton)
oButton.FaceId = 52 ' Chooses icon #52
from Office icons

I've done a lot of searching on forums and web sites and I can't find
the set of icons referred to in the comment above. Is there someplace
I can look at this set of icons and get the numbers? (The icon added
above is a pig.) Thanks.

Download the FaceID.zip file from
http://www.word.mvps.org/FAQs/MacrosVBA/CustomButtonFaces.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
C

christophercbrewster via OfficeKB.com

Thanks! I even searched the MVP site, and the MSDN site, and every other site,
and still couldn't find this.

Jay said:
In a posting on another board, someone added an icon to a button
using this code:
[quoted text clipped - 7 lines]
I can look at this set of icons and get the numbers? (The icon added
above is a pig.) Thanks.

Download the FaceID.zip file from
http://www.word.mvps.org/FAQs/MacrosVBA/CustomButtonFaces.htm.

--
Christopher Brewster
Lockheed Martin, Eagan MN

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/word-programming/200811/1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top