Hello again,
I need to generate a new list of data taken from an existing list of data and then put this list in a new worksheet... but the trouble is that this existing list (call it 'list A') has many repeating values which I do not want in the new list (call this 'list B'). Normally I'd forgo the hassle of fiddling with macros for this but I need this to be a dynamic list so that the user can update list A and then list B will automatically correct itself without the user having to do it themselves.
For example:
List A
Monkey
Monkey
Turnip
Dinosaur
Dinosaur
Dinosaur
Wallaby
Pirate
List B
Monkey
Turnip
Dinosaur
Wallaby
Pirate
I'm sure that this is very easy to do but I just cannae think how to do it!
Any help or ideas would be greatly appreciated.
James