Quote Originally Posted by leinad31
Just make the loop pass once if type is not "Members"

If types <> "Members" Then Exit For
If you Exit the For/Next there is the possibility of some records not being processed depending on when it does hit "Members"