Prev: Create a new folderand name it the previous month
Next: Filtering by three criteria including top ten value
From: Joshua on 16 Apr 2010 11:37 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 16 Apr 2010 12:33
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?? |