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
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