PC Review


Reply
Thread Tools Rate Thread

Customizing menu buttons in Ecel 2007

 
 
Lorne
Guest
Posts: n/a
 
      30th Oct 2007
I have just upgraded from Excel 2003 and have several custom buttons in my
menu that execute macros. In v2003 I could copy a suitable image to the
menu button but that feature seems to be lost in v2007.

How can I customize the image that appears on my buttons?


 
Reply With Quote
 
 
 
 
=?Utf-8?B?T3NzaWVNYWM=?=
Guest
Posts: n/a
 
      30th Oct 2007
Hi Lorne,

See if this helps:

You can customize the Quick Access Toolbar (QAT for short) and insert
buttons to run macros either for all workbooks or for specified workbooks.
(specified workbooks need to be open)

Open the workbook for which you want the buttons

Right click a blank section of QAT

Select Customize QAT

Click dropdown arrow on field titled: “Choose commands from”

Select macros

Click drop down arrow on field titled: “Customize Quick Access Toolbar”

Select the workbook for which you want the buttons

Select the macro form the list (Will have to search down the list because
all the internal macros are there also)

Click Add

Click the Modify button towards bottom right

Select a button design. (I think this is what you wanted)

Note that you can select any of the added buttons and use the Up/Down arrows
at the right to position them. There is also a separator that can be selected
at the top of the macro list.

Regards,

OssieMac


"Lorne" wrote:

> I have just upgraded from Excel 2003 and have several custom buttons in my
> menu that execute macros. In v2003 I could copy a suitable image to the
> menu button but that feature seems to be lost in v2007.
>
> How can I customize the image that appears on my buttons?
>
>
>

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      30th Oct 2007
See also
http://www.rondebruin.nl/qat.htm

Or change the ribbon
http://www.rondebruin.nl/ribbon.htm


--

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


"Lorne" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
>I have just upgraded from Excel 2003 and have several custom buttons in my
> menu that execute macros. In v2003 I could copy a suitable image to the
> menu button but that feature seems to be lost in v2007.
>
> How can I customize the image that appears on my buttons?
>
>

 
Reply With Quote
 
Lorne
Guest
Posts: n/a
 
      30th Oct 2007
"OssieMac" <(E-Mail Removed)> wrote in message
newsB7231C7-9A7D-49EE-869C-(E-Mail Removed)...
> Hi Lorne,
>
> See if this helps:
>
> Click the Modify button towards bottom right
>
> Select a button design. (I think this is what you wanted)
>
> Note that you can select any of the added buttons and use the Up/Down
> arrows
> at the right to position them. There is also a separator that can be
> selected
> at the top of the macro list.
>
> Regards,
>
> OssieMac


This is what I have done but the buttons in the list do not give any clue as
to what my macros do, hence I want to customize the button - either find out
where the button list is stored and add my own designs to the list or else
add some code so the button displays my design.


 
Reply With Quote
 
Lorne
Guest
Posts: n/a
 
      30th Oct 2007
Thanks for these links but I am not sure they do what I want. I can see
they let me create my own menu (which I may use anyway so thankyou) and I
downloaded the developers icon list so my developers tab now has a massive
choice of icons but I still can't see how to get my own designed image on to
a macro button in the quick access toolbar area.

Am I asking for the impossible?

Lorne

"Ron de Bruin" <(E-Mail Removed)> wrote in message
news:ef6%23$(E-Mail Removed)...
> See also
> http://www.rondebruin.nl/qat.htm
>
> Or change the ribbon
> http://www.rondebruin.nl/ribbon.htm
>
>
> --
>
> Regards Ron de Bruin
> http://www.rondebruin.nl/tips.htm
>
>
> "Lorne" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>I have just upgraded from Excel 2003 and have several custom buttons in my
>>menu that execute macros. In v2003 I could copy a suitable image to the
>>menu button but that feature seems to be lost in v2007.
>>
>> How can I customize the image that appears on my buttons?



 
Reply With Quote
 
Jim Rech
Guest
Posts: n/a
 
      30th Oct 2007
You have to decide whether it's worth the trouble but this is how I
customize the images of the buttons I added to the QAT.

Excel saves your QAT setup here:

C:\Documents and Settings\<username>\Local Settings\Application
Data\Microsoft\OFFICE\Excel.QAT

After you added the buttons to want to it through the Excel's Customize
feature open the QAT file with a text editor. You should find that the
customizations you added look like this:

<mso:control idQ="mso:GroupAddInsMenuCommands" visible="true"/>

Edit it to show the image you want:

<mso:control idQ="mso:GroupAddInsMenuCommands" imageMso="M"
visible="true"/>

You can see the built-in images available (and their imageMsos) with this
download:

http://www.rondebruin.nl/files/BtnImages.zip

As far as I know you have to use a built in image.

One warning - Excel does not preserve this change the next time you use its
Customize feature. You have to re-add the msoImage. Backup your QAT file
to make this easier.

--
Jim
"Lorne" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| "OssieMac" <(E-Mail Removed)> wrote in message
| newsB7231C7-9A7D-49EE-869C-(E-Mail Removed)...
| > Hi Lorne,
| >
| > See if this helps:
| >
| > Click the Modify button towards bottom right
| >
| > Select a button design. (I think this is what you wanted)
| >
| > Note that you can select any of the added buttons and use the Up/Down
| > arrows
| > at the right to position them. There is also a separator that can be
| > selected
| > at the top of the macro list.
| >
| > Regards,
| >
| > OssieMac
|
| This is what I have done but the buttons in the list do not give any clue
as
| to what my macros do, hence I want to customize the button - either find
out
| where the button list is stored and add my own designs to the list or else
| add some code so the button displays my design.
|
|


 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      30th Oct 2007
The first link show you the old way to create a menu with code and you can assign
a lot of images. Download John's file from that page for the icon Id's.

The second link show you haw you can add your own tab to the ribbon with the icons you want
(See Jim's file on my site, better then the MS download)

And see Jim's reply about changing the QAT icons


--

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


"Lorne" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Thanks for these links but I am not sure they do what I want. I can see
> they let me create my own menu (which I may use anyway so thankyou) and I
> downloaded the developers icon list so my developers tab now has a massive
> choice of icons but I still can't see how to get my own designed image on to
> a macro button in the quick access toolbar area.
>
> Am I asking for the impossible?
>
> Lorne
>
> "Ron de Bruin" <(E-Mail Removed)> wrote in message
> news:ef6%23$(E-Mail Removed)...
>> See also
>> http://www.rondebruin.nl/qat.htm
>>
>> Or change the ribbon
>> http://www.rondebruin.nl/ribbon.htm
>>
>>
>> --
>>
>> Regards Ron de Bruin
>> http://www.rondebruin.nl/tips.htm
>>
>>
>> "Lorne" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>>I have just upgraded from Excel 2003 and have several custom buttons in my
>>>menu that execute macros. In v2003 I could copy a suitable image to the
>>>menu button but that feature seems to be lost in v2007.
>>>
>>> How can I customize the image that appears on my buttons?

>
>

 
Reply With Quote
 
Lorne
Guest
Posts: n/a
 
      31st Oct 2007
"Jim Rech" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> You have to decide whether it's worth the trouble but this is how I
> customize the images of the buttons I added to the QAT.
>
> Excel saves your QAT setup here:
>
> C:\Documents and Settings\<username>\Local Settings\Application
> Data\Microsoft\OFFICE\Excel.QAT
>
> After you added the buttons to want to it through the Excel's Customize
> feature open the QAT file with a text editor. You should find that the
> customizations you added look like this:
>
> <mso:control idQ="mso:GroupAddInsMenuCommands" visible="true"/>
>
> Edit it to show the image you want:
>
> <mso:control idQ="mso:GroupAddInsMenuCommands" imageMso="M"
> visible="true"/>
>
> You can see the built-in images available (and their imageMsos) with this
> download:
>
> http://www.rondebruin.nl/files/BtnImages.zip
>
> As far as I know you have to use a built in image.
>


Many thanks for this.

Your would think that with 1,871 images to choose from I would be happy, but
I still prefer the ones I created myself ! Still some were close enough for
me to identify which button does what so that is a lot better than before.

I presume there is no way to edit the resource that holds the images is
there? Do you know where that resource is and what it is called?


 
Reply With Quote
 
Jim Rech
Guest
Posts: n/a
 
      31st Oct 2007
I haven't tried to find the file that the images are in but that sounds like
an interesting project. The images seem to be available across Office so
I'd assume they are not in a core EXE.

I tried replacing the msoImage="Whatever" with image="MyPic.png" (and BMP
and JPG versions, with and without a full path). Excel doesn't object, but
it doesn't use it either. There 'ought' to be a way, but that doesn't mean
there is.

--
Jim
"Lorne" <(E-Mail Removed)> wrote in message
news:Ot3N%(E-Mail Removed)...
| "Jim Rech" <(E-Mail Removed)> wrote in message
| news:%(E-Mail Removed)...
| > You have to decide whether it's worth the trouble but this is how I
| > customize the images of the buttons I added to the QAT.
| >
| > Excel saves your QAT setup here:
| >
| > C:\Documents and Settings\<username>\Local Settings\Application
| > Data\Microsoft\OFFICE\Excel.QAT
| >
| > After you added the buttons to want to it through the Excel's Customize
| > feature open the QAT file with a text editor. You should find that the
| > customizations you added look like this:
| >
| > <mso:control idQ="mso:GroupAddInsMenuCommands" visible="true"/>
| >
| > Edit it to show the image you want:
| >
| > <mso:control idQ="mso:GroupAddInsMenuCommands" imageMso="M"
| > visible="true"/>
| >
| > You can see the built-in images available (and their imageMsos) with
this
| > download:
| >
| > http://www.rondebruin.nl/files/BtnImages.zip
| >
| > As far as I know you have to use a built in image.
| >
|
| Many thanks for this.
|
| Your would think that with 1,871 images to choose from I would be happy,
but
| I still prefer the ones I created myself ! Still some were close enough
for
| me to identify which button does what so that is a lot better than before.
|
| I presume there is no way to edit the resource that holds the images is
| there? Do you know where that resource is and what it is called?
|
|


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Customizing right-click menu in Word 2007? Paul Microsoft Word Document Management 2 14th Mar 2009 03:13 PM
Outlook 2007 idMso for Follow Up Flag menu Buttons n777krish Microsoft Outlook VBA Programming 1 18th Dec 2007 04:49 PM
Customizing the menu in excel 2007 =?Utf-8?B?R2lsYmVydA==?= Microsoft Excel Misc 5 22nd Sep 2007 12:10 AM
Customizing the 2007 Word menu bar (the large one) =?Utf-8?B?Sm9obg==?= Microsoft Word Document Management 1 23rd Dec 2006 03:44 PM
Speed fill function for MS Ecel 2007 (Beta) =?Utf-8?B?TXIuIExvdw==?= Microsoft Excel Worksheet Functions 0 12th Jun 2006 03:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:03 AM.