From: Joshua on
I've used Ron de Bruin's great custom ribbon tutorial, however whenever I try
to use custom images for button's they disappear. This is the code I'm using
for the paticular button

<button id="customButton1" label="Label 1" size="large" onAction="Macro1"
image="largered1" />

"largered1" is included in my xlsm file. It is a 48x48 bmp file, I've also
tried a png file, but no luck. What am I missing??
From: Ron de Bruin on
See my reply in your other thread

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm



"Joshua" <Joshua(a)discussions.microsoft.com> wrote in message news:1A3E98B1-E867-48D0-A5E1-6C26928EBF2F(a)microsoft.com...
> I've used Ron de Bruin's great custom ribbon tutorial, however whenever I try
> to use custom images for button's they disappear. This is the code I'm using
> for the paticular button
>
> <button id="customButton1" label="Label 1" size="large" onAction="Macro1"
> image="largered1" />
>
> "largered1" is included in my xlsm file. It is a 48x48 bmp file, I've also
> tried a png file, but no luck. What am I missing??