Works perfect, thank-you.

What about looping through users until it reaches the end ? This is what I have so far, but it doesnt do anything , lol ...

[VBA]
Dim i As Integer
Dim intRowCount As Integer
intRowCount = Range("b2").Count And Range("c2").Count = -1
For i = 1 To intRowCount
Next i
[/VBA]

I am not very good w/ loops, but I would want it to work sometihng similar to that. Thanks again.