PC Review


Reply
Thread Tools Rate Thread

Check boxes in drop down box

 
 
Molly
Guest
Posts: n/a
 
      15th Aug 2008
Hey guys,

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

Is this possible??

Thanks!!
Molly
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      15th Aug 2008
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
 
Reply With Quote
 
Molly
Guest
Posts: n/a
 
      15th Aug 2008
What would be the best way??

Thanks for your response,
Molly

On Aug 15, 12:11*pm, Dave Peterson <peter...@verizonXSPAM.net> 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


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      15th Aug 2008
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 <peter...@verizonXSPAM.net> 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
 
Reply With Quote
 
Molly
Guest
Posts: n/a
 
      15th Aug 2008
When I do that it creates a box but there is nothing in it. It doesn't
create a checkbox or button.

Thanks,
Molly
 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      15th Aug 2008
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
 
Reply With Quote
 
Molly
Guest
Posts: n/a
 
      15th Aug 2008
On Aug 15, 2:52*pm, Dave Peterson <peter...@verizonXSPAM.net> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Drop-Down Menus and Check Boxes Brandon Microsoft Word Document Management 0 11th Nov 2008 04:49 PM
Making Drop boxes in forms into check boxes =?Utf-8?B?R2FyeQ==?= Microsoft Access Forms 1 29th May 2007 09:01 PM
drop down with check boxes =?Utf-8?B?Q291bnR5?= Microsoft Frontpage 1 14th Mar 2006 10:19 AM
Drop Down Menu and Check Boxes =?Utf-8?B?c3JmMTAzMA==?= Microsoft Excel Misc 2 16th Jun 2005 05:53 AM
Re: Hiding rows containing drop-down list boxes and check boxes Dan E Microsoft Excel Misc 0 11th Jul 2003 07:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:45 PM.