Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format Cell as custom type but data doesn't display like I custom. | Excel Discussion (Misc queries) | |||
How to increase size of image in button (msocontrolbutton) of custom toolbar of Excel | Excel Discussion (Misc queries) | |||
How to increase size of image in button (msocontrolbutton) of custom toolbar of Excel 2000 | Excel Programming | |||
VBA to display image on a form - image is defined in Range Name | Excel Programming | |||
save/export custom button image for toolbars | Excel Programming |