LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Deleting items in a list without duplication of what is left

I have created worksheets with drop down boxes linked to another worksheet
that I have called "data". The problem is, when the user chooses from the
list, let's say three items, and then decides they only want the first two.
When they delete the third item and press enter it add the first two items
again (so the first to items are listed twice)

For example if they choose red, green and blue and then delete blue it shows
up in the cell as red, green, red, green.

How do I get it to not double up what is left in the box? Here is the code
I used so they could pick more than one item from the list.

If Target.Column = 4 Or Target.Column = 7 Or Target.Column = 9 Or _
Target.Column = 6 Or Target.Column = 11 Then
If oldVal = "" Then

Thank you for any help.
 
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
How to sort out a list of numbers without duplication? Eric Excel Discussion (Misc queries) 5 June 1st 07 02:37 PM
Eliminate List Duplication FX 2000 Inc Excel Discussion (Misc queries) 2 January 28th 07 08:07 PM
List out the Duplication data in another worksheet Vicky Excel Discussion (Misc queries) 1 June 14th 06 12:36 PM
Remove Duplication from Validation List? [email protected] Excel Discussion (Misc queries) 1 January 17th 06 02:27 AM
Remove duplication from validation list? [email protected] Excel Worksheet Functions 1 January 17th 06 02:15 AM


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