Hi all,
I've got a large list with projects from which, at this time come about 130 Unique values.
Behind this unique list I put several data, so this list can't be moved anymore.
What I need is a button on my userform which looks at the Unique-list, checks into the data sheet if there are new Uniques, and if yes, add them under the current uniques.
Data is:
Worksheets("data").range("A:A")
Uniques list
Worksheets("projects").range("A4") and down
Any help is welcome!
Mathijs
I've got a large list with projects from which, at this time come about 130 Unique values.
Behind this unique list I put several data, so this list can't be moved anymore.
What I need is a button on my userform which looks at the Unique-list, checks into the data sheet if there are new Uniques, and if yes, add them under the current uniques.
Data is:
Worksheets("data").range("A:A")
Uniques list
Worksheets("projects").range("A4") and down
Any help is welcome!
Mathijs