Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default Image on Connand Button


I'd like to add three buttons to a form and have them show as icons.
They're Notepad, Clipboard, and Playlist (which may not exist).

Where are these .ico files found, and can they be used as the picture
source, or must they be converted to jpg's ?

Thanks - Kirk
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Image on Connand Button

Icons are all over the place--sometimes, they're buried in the .exe (or .dll).

If you go to google and search for "icon extractor", you'll find lots of hits.

(I don't know if they'll work as .ico files--but it won't take too long for you
to test it and if it fails, convert it to something that works.)

David McRitchie has some links:
http://www.mvps.org/dmcritchie/excel/toolbars.htm#ico



kirkm wrote:

I'd like to add three buttons to a form and have them show as icons.
They're Notepad, Clipboard, and Playlist (which may not exist).

Where are these .ico files found, and can they be used as the picture
source, or must they be converted to jpg's ?

Thanks - Kirk


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Image on Connand Button

An alternative is to use a picture as a button. ClipArt for example.

Use Insert Picture and put some clipart on a worksheet. If you
right-click the picture, you will find you can assign a macro to the picture!
--
Gary's Student
gsnu200709


"kirkm" wrote:


I'd like to add three buttons to a form and have them show as icons.
They're Notepad, Clipboard, and Playlist (which may not exist).

Where are these .ico files found, and can they be used as the picture
source, or must they be converted to jpg's ?

Thanks - Kirk

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default Image on Connand Button

On Sat, 10 Mar 2007 08:34:58 -0600, Dave Peterson
wrote:

Icons are all over the place--sometimes, they're buried in the .exe (or .dll).

If you go to google and search for "icon extractor", you'll find lots of hits.


Thank you. Found one - works great!

Cheers - Kirk
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default Image on Connand Button

On Sat, 10 Mar 2007 14:15:00 -0800, Gary''s Student
wrote:

An alternative is to use a picture as a button. ClipArt for example.

Use Insert Picture and put some clipart on a worksheet. If you
right-click the picture, you will find you can assign a macro to the picture!


It's required on a Form, where I don't see an Insert-Picture option.

I can use the Image property and convert to ico to jpg.
Unless you have a better idea?

Thanks - Kirk


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Image on Connand Button

Hi,
Try this. Once you create a command button in the form (in VBA editor of
course), edit the Properties of the button. Look at the Picture... and
PicturePosition properties. This can help you.

This method is also applied to Sheet, if you create the button on the
sheet...

"kirkm" wrote:


I'd like to add three buttons to a form and have them show as icons.
They're Notepad, Clipboard, and Playlist (which may not exist).

Where are these .ico files found, and can they be used as the picture
source, or must they be converted to jpg's ?

Thanks - Kirk

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change button image juanperez Excel Discussion (Misc queries) 0 February 5th 09 04:49 PM
Paste Button Image Sarah at DaVita Excel Discussion (Misc queries) 2 June 1st 07 08:46 PM
Programmatically put an image on a button quartz[_2_] Excel Programming 1 August 15th 06 06:54 PM
change tool bar button image [email protected] Excel Discussion (Misc queries) 5 December 9th 05 07:00 PM
upload a button image Oliver Chiu Excel Programming 3 July 17th 03 07:33 PM


All times are GMT +1. The time now is 05:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"