View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy[_2_] Patrick Molloy[_2_] is offline
external usenet poster
 
Posts: 1,298
Default Ampersand in label caption in Excel 2007 Ribbon

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


"SJ" wrote:

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" /