Icons

S

Steven K

Hello,

I am trying to find the icons (.ico) images for (First, Previous, Next,
Last) for my form buttons. Like the button images that you can use on an
Access form. Does anybody know where I can find these images?
 
B

BrianB

They will probably be contained in the excel.exe file or one of the .dll
files I guess. You can get a good icon designer application for (next
to) nothing by searching the web. Some can search such files and enable
them to be extracted - assuming they have the right format. This would
enable you to make your own.
 
D

David McRitchie

Hi Brian,
The Back an Forward buttons are are part of web options (tools, customize, commands, web) and act same as Alt+ArrowLT an
Alt+ArrowRT. You simply drag to the toolbar an they are ready
to use.

The icons you use on your toolbars are stored along with all of your
toolbars in your one toolbar (*.xlb) file. As far as images go you
if you can copy it to the clipboar you can paste into your button
image, if it is not square it will be distorted, but the button image
will be 16 x 16 bits. More information in
http://www.mvps.org/dmcritchie/excel/toolbars.htm

You can use any of several "button faces" ("faces id") addins that
can show you the button faces that are builtin to Excel, which you
could use with your own macros.

Unless you mean you want to use the images from elsewhere
on your system. In which case you can use one of the ico programs
to help fin them.
http://www.mvps.org/dmcritchie/excel/toolbars.htm#ico
 
Top