Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Check boxes in drop down box

Hey guys,

I want to have a drop down box (Data-Validation-List) with check boxes
inside of it.

Is this possible??

Thanks!!
Molly
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Check boxes in drop down box

Not using data|validation.

Molly wrote:

Hey guys,

I want to have a drop down box (Data-Validation-List) with check boxes
inside of it.

Is this possible??

Thanks!!
Molly


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Check boxes in drop down box

What would be the best way??

Thanks for your response,
Molly

On Aug 15, 12:11*pm, Dave Peterson wrote:
Not using data|validation.

Molly wrote:

Hey guys,


I want to have a drop down box (Data-Validation-List) with check boxes
inside of it.


Is this possible??


Thanks!!
Molly


--

Dave Peterson


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Check boxes in drop down box

If you want a dropdown box (single selection), then you could use a combobox
from the control toolbox toolbar.

After you add the combobox, right click on it and choose properties.
(make sure you're in design mode (another icon on that same toolbar).
Look for ListStyle
and change it to
1 - fmListStyleOption
(this provides a button/circle -- not a checkbox)

If you want to be able to choose several options, you can use a listbox from the
control toolbox toolbar.

Change the ListStyle property the same way.
And change the MultiSelect property to:
1 = fmMultiSelectMulti

You'll either see a button or a checkbox depending on that multiselection
setting.


Molly wrote:

What would be the best way??

Thanks for your response,
Molly

On Aug 15, 12:11 pm, Dave Peterson wrote:
Not using data|validation.

Molly wrote:

Hey guys,


I want to have a drop down box (Data-Validation-List) with check boxes
inside of it.


Is this possible??


Thanks!!
Molly


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Check boxes in drop down box

When I do that it creates a box but there is nothing in it. It doesn't
create a checkbox or button.

Thanks,
Molly


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Check boxes in drop down box

You have to add the items to the combobox/listbox someway.

One way is to use the properties dialog and type in the address of the range to
use in the listfillrange property.

If you're using a combobox, you may want to type in an address into the
linkedcell property, too.



Molly wrote:

When I do that it creates a box but there is nothing in it. It doesn't
create a checkbox or button.

Thanks,
Molly


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Check boxes in drop down box

On Aug 15, 2:52*pm, Dave Peterson wrote:
You have to add the items to the combobox/listbox someway.

One way is to use the properties dialog and type in the address of the range to
use in the listfillrange property.

If you're using a combobox, you may want to type in an address into the
linkedcell property, too.

Molly wrote:

When I do that it creates a box but there is nothing in it. It doesn't
create a checkbox or button.


Thanks,
Molly


--

Dave Peterson


Okay, thank you very much for all of your help.

Molly
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
Copy and move check box (check boxes) with new cell link? Marty Excel Worksheet Functions 1 January 20th 10 07:43 PM
Drop-down lists with check boxes in Excel? Ruff Excel Worksheet Functions 0 August 15th 07 03:56 PM
Enable check box in protected sheet + group check boxes Dexxterr Excel Discussion (Misc queries) 4 August 2nd 06 12:00 PM
How do i create a value for check boxes or option boxes Tim wr Excel Discussion (Misc queries) 1 February 9th 06 10:29 PM
Drop Down Menu and Check Boxes srf1030 Excel Discussion (Misc queries) 2 June 16th 05 05:53 AM


All times are GMT +1. The time now is 03:38 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"