Ampersand in label caption in Excel 2007 Ribbon

S

SJ

Instead of the caption being "A and B" as below, I need it to display as "A
& B"

<button id="btn1" label="A and B" imageMso="Help"
onAction="aa.xls!btnAction" />
 
P

Patrick Molloy

try
<button id="btn1" label="A & B" imageMso="Help" onAction="aa.xls!btnAction" />
 
A

Andy Pope

Hi,

Try,

<button id="btn1" label="A &amp;&amp; B" imageMso="Help"
onAction="aa.xls!btnAction" />

Cheers
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top