Button Faceid

D

David Fixemer

Which graphics can be used as faceid's?

1) Any graphic file: *.bmp, *.jpg, *.pcx, *.wmf,
etc. . .

2) Any icon file: *.ico

3) only the button faces currently residing inside Excel

Thanks in advance,

David
 
J

Jim Rech

FaceIDs are by definition built-in so you cannot add your own, as far as I
know. But you can add your own images to a commandbar button using the
PasteFace method or, with Excel 2002 or 2003, the stdole.LoadPicture method.
 
Top