Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
with the xml that defines my custom buttons, how do I put an ampersand
'&' character into a ribbon button text? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Try this, <button id="MyButton" label="This && that"/ Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info wrote in message oups.com... with the xml that defines my custom buttons, how do I put an ampersand '&' character into a ribbon button text? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On May 25, 10:08 pm, "Andy Pope" wrote:
Hi, Try this, <button id="MyButton" label="This && that"/ Cheers Andy -- Andy Pope, Microsoft MVP - wrote in message oups.com... with the xml that defines my custom buttons, how do I put an ampersand '&' character into a ribbon button text?- Hide quoted text - - Show quoted text - THANKS VERY MUCH. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you use two ampersands it will show. Haveing one will cause an underscore.
Example: You want S&G to display Type : S&&G " wrote: with the xml that defines my custom buttons, how do I put an ampersand '&' character into a ribbon button text? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA button on Developer ribbon can not be clicked | Excel Discussion (Misc queries) | |||
Ribbon and Office Button Hidden | Excel Discussion (Misc queries) | |||
changing the order of the ribbon button | Excel Discussion (Misc queries) | |||
Add strikethrough button to ribbon | Excel Discussion (Misc queries) | |||
How do I reset the Modify button for ribbon | New Users to Excel |