LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 136
Default How can I select multiple options in an Excel 2003 drop down l

Sorry. Worng place

"Tevuna" wrote:

1. By default all cells are locked; you have to unlock those cells you want
changeable:
Format, Cell, Protection, Unlock
Then you have to protect the sheet:
Tools, Protection, Protect
(I think macros, which you have to use to unhide rows, cant run in xl2007
if the sheet is protected. If you use 2007, use an alternate way; a macro.)
2. Date, Validation, Allow, List, Source, and enter Self Install,Sytem
integrator
3. Right-click worksheet tab, View Code, and paste this:

Private Sub Worksheet_Change(ByVal Target As Range)
On Error Resume Next
If Target.Address = Range("C63").Address Then
If Target = "Systems Integrator" Then Rows("64:74").EntireRow.Hidden =
False
If Target = "Self Install" Then Rows("64:74").EntireRow.Hidden = True
End If
End Sub


"Dave Peterson" wrote:

Have you thought about replacing your dropdown with a listbox that allows
multiple selections?

tsmith wrote:

I have set up a drop down list. I would like to be able to select multiple
options from the list. I know I have seen it done for surveys and such, but
I have been unable to find help in setting it up.


--

Dave Peterson

 
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
Select multiple names from drop down list CINDY Excel Worksheet Functions 1 January 24th 07 04:28 PM
with a drop down list in excel how do I select multiple values Keith H Excel Discussion (Misc queries) 1 July 13th 06 06:08 PM
how do i choose multiple options in a drop down menu in excel? DukeDevil Excel Discussion (Misc queries) 1 July 6th 06 10:20 PM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM
How do I set up a drop down box in Excel with a list of options f. Debbie C Excel Discussion (Misc queries) 1 March 31st 05 12:16 PM


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