Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default How to create drop down menu for freeform objects?

Dear all,
I have 10 freeform objects or shapes that I have created by drawing tool (PC
Excel 2003) and have grouped them (Group1...Group10).
I am wondering if it is possible to create a drop-down menu which shows
miniature shapes of the Group1...Group10 instead of using text. I want the
operator be able to see all the shapes and then decide which one to click to
choose from.
I know this can be done with text but I need to have this menu with actual
shapes as it is difficult to convert the visual graphic to some descriptive
text in my project.
Thanks for any comments.
DORI
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,073
Default How to create drop down menu for freeform objects?

Hi DORI,

I'm reasonably sure that can't be done.

You could however make your 10 miniatures then position them close to
the cell where you were considering having the drop down.
Each of the miniatures can be assigned to the same macro. This macro
could detect which miniature was clicked.
If all the miniatures are normally not visible, you could use a
Worksheet_SelectionChange Event Sub to make them all visible when the
user clicks in the cell about which they are arranged.
After they become visible the user can click on their choice. This runs
the macro that could then place an appropriate value into the cell as
well as remove the miniatures from view.

Does this sound like a suitable alternative?

Ken Johnson

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,073
Default How to create drop down menu for freeform objects?

Another possibility is a user form with pictures of the 10 groups and
an option button next to each.

Ken Johnson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default How to create drop down menu for freeform objects?

Hi Ken,
I am glad that you noticed my posting.
Yes, that works for my project. Would it be possible to hide all the
miniatures once one of them has been clicked on?
Thanks for your help.
DORI

"Ken Johnson" wrote:

Hi DORI,

I'm reasonably sure that can't be done.

You could however make your 10 miniatures then position them close to
the cell where you were considering having the drop down.
Each of the miniatures can be assigned to the same macro. This macro
could detect which miniature was clicked.
If all the miniatures are normally not visible, you could use a
Worksheet_SelectionChange Event Sub to make them all visible when the
user clicks in the cell about which they are arranged.
After they become visible the user can click on their choice. This runs
the macro that could then place an appropriate value into the cell as
well as remove the miniatures from view.

Does this sound like a suitable alternative?

Ken Johnson


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
Ho Do I create drop down menu? Lu Roe Excel Worksheet Functions 6 August 9th 09 05:05 PM
Help! Ungrouping Excel Charts -- EMF/WMF. Can't edit objects in 2007 (Freeform issue). Steve Rindsberg? Bob Charts and Charting in Excel 2 November 12th 08 05:58 PM
Ungrouping Excel Charts -- EMF/WMF. 2007 can't edit objects as 2003 (freeform big issue). Steve Rindsberg help! Bob Charts and Charting in Excel 3 November 11th 08 01:00 PM
How do I create a drop down menu in a chart richard Charts and Charting in Excel 2 July 7th 07 10:34 PM
How to create a drop down menu for objects DORI Excel Worksheet Functions 3 November 28th 05 12:58 AM


All times are GMT +1. The time now is 01:55 PM.

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"