I'm sorry but I probably have a dumb question. I can run a Private Sub Worksheet_Change(ByVal Target As Range) macro and a Private Sub Worksheet_SelectionChange(ByVal Target As Range) macro on the same Worksheet (note: "SelectionChange" is the difference). Is there another option that I can use at the beginning of a third macro so it will be compatible with the above 2? When I have two of the same then I get an error message.