large icons in the Excel 2007 ribbon?

J

Jim Rech

Most controls have a size attribute:

<button id="btnSave" size="large" imageMso="FileSave"
onAction="BtnOnActionCall" >

The size options are large or normal.
 
T

T. Valko

That's set by your operating system.

I use WinXP

The setting is in Start>Control Panel>Display>Appearance tab>Font size

Biff
 
S

Storm

What does this mean? I have the same problem, but I have no idea what you
mean by this solution.
 
J

Jim Rech

Further to Ron, if you're referring to the built-in Ribbon buttons (rather
than buttons you added to custom ribbons) we have no direct control over the
size of the controls. Excel automatically sizes them depending on the size
and resolution of your screen. If you've maximized the Excel window the
controls are as large as they are going to get.

--
Jim
| What does this mean? I have the same problem, but I have no idea what you
| mean by this solution.
|
| "Jim Rech" wrote:
|
| > Most controls have a size attribute:
| >
| > <button id="btnSave" size="large" imageMso="FileSave"
| > onAction="BtnOnActionCall" >
| >
| > The size options are large or normal.
| >
| > --
| > Jim
| > | > | Is there some way to display large icons in the Excel and Word ribbons
| >
| >
| >
 
Top