Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Is there a way for a idMso button to display a custom image?

Is there a way for a idMso button to display a custom image Is there a way
for a idMso button to display a custom image in the 2007 Excel Ribbon? I
tried using the image="" parameter, but it is seemingly ignored.

Thanks for anyone's insights.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Is there a way for a idMso button to display a custom image?

See my ribbon page
There is a example with my picture
http://www.rondebruin.nl/ribbon.htm

--

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


"JeffreyW" wrote in message ...
Is there a way for a idMso button to display a custom image Is there a way
for a idMso button to display a custom image in the 2007 Excel Ribbon? I
tried using the image="" parameter, but it is seemingly ignored.

Thanks for anyone's insights.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Is there a way for a idMso button to display a custom image?

Thanks for posting, Ron. I checked out your link but unless I am missing
something, this capability:

<menu id="MyDropdownMenu" label="My Menu" size="large" image="ron"

.... seems limited to custom Menu items (or limited customization of macros
on the QAT). What I am trying to do is to use a custom Image on a built-in
idMso button. I still don't see how I can do this.
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Is there a way for a idMso button to display a custom image?

Sorry
That is not possible but you can play with this

Add a custom button with your own image and use this to run the default code of Office buttonopen
Application.CommandBars.FindControl(ID:=23).Execut e

Maybe you can use this ?




--

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


"JeffreyW" wrote in message ...
Thanks for posting, Ron. I checked out your link but unless I am missing
something, this capability:

<menu id="MyDropdownMenu" label="My Menu" size="large" image="ron"

... seems limited to custom Menu items (or limited customization of macros
on the QAT). What I am trying to do is to use a custom Image on a built-in
idMso button. I still don't see how I can do this.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Is there a way for a idMso button to display a custom image?

I guess I might be able to use that approach, Ron ... but I'd hate to have to
use a macro that clears the undo History when running a built-in function
just to have a preferable Icon image.

I was afraid there wasn't going to be a way to do this ... I could
understand why MS might want to restrict users from changing the images on
built-in functions (given the ways they have locked down certain parts of the
UI), but it doesn't make sense that they prevent users from adding their own
custom images to functions where they don't provide a button image.

Thanks for looking at this.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Is there a way for a idMso button to display a custom image?

Hi Jeffrey

You can do it for QAT images

See my new page
http://www.rondebruin.nl/imageqat.htm





--

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


"JeffreyW" wrote in message ...
I guess I might be able to use that approach, Ron ... but I'd hate to have to
use a macro that clears the undo History when running a built-in function
just to have a preferable Icon image.

I was afraid there wasn't going to be a way to do this ... I could
understand why MS might want to restrict users from changing the images on
built-in functions (given the ways they have locked down certain parts of the
UI), but it doesn't make sense that they prevent users from adding their own
custom images to functions where they don't provide a button image.

Thanks for looking at this.

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Is there a way for a idMso button to display a custom image?

Oops press the send button to fast

The page I posted show you how to change the image (1871) but you
can't use your own image.



--

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


"JeffreyW" wrote in message ...
I guess I might be able to use that approach, Ron ... but I'd hate to have to
use a macro that clears the undo History when running a built-in function
just to have a preferable Icon image.

I was afraid there wasn't going to be a way to do this ... I could
understand why MS might want to restrict users from changing the images on
built-in functions (given the ways they have locked down certain parts of the
UI), but it doesn't make sense that they prevent users from adding their own
custom images to functions where they don't provide a button image.

Thanks for looking at this.

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Is there a way for a idMso button to display a custom image?

I had looked at that, Ron. But the buttons I'm working with here won't be on
the QAT.

Thanks anyway,


Jeff
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Format Cell as custom type but data doesn't display like I custom. ToMMie Excel Discussion (Misc queries) 6 September 11th 08 08:31 AM
How to increase size of image in button (msocontrolbutton) of custom toolbar of Excel padam Excel Discussion (Misc queries) 0 August 11th 06 07:18 PM
How to increase size of image in button (msocontrolbutton) of custom toolbar of Excel 2000 [email protected] Excel Programming 0 August 8th 06 06:33 AM
VBA to display image on a form - image is defined in Range Name Tan Excel Programming 4 May 17th 06 03:37 PM
save/export custom button image for toolbars redruthann Excel Programming 1 April 15th 06 06:48 PM


All times are GMT +1. The time now is 06:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"