Thanks DB
I'm looking at the If statements now, but really need an example to continue.
Putting it simply, I am looking for something like:
If Target.Name = GroupMember1.Name
GroupMember1.Fkey.TextColor=#FF0000
Else If Target.Name = GroupMember2.Name
GroupMember2.Fkey.TextColor=#FF0000
.....
...
..
End If
Will also have to code resetting all the other group members back to original color.