Add new icons

T

Tom De Vlaminck

Hi,

i created a custom toolbar in PowerPoint VBA.
I can assign an icon from the office icons using the index of the icon.
Is it possible to add my own custom icons so i can refer them to add in my
custom toolbar?
Or is it possible to refer to an icon om my harddisk?


I use following code now:
MyButton.FaceId = 52 #index of the available office icons.

thanks,
tom
 
Top