Hello,
I have a code that will activate in a set range where the words "complete" are changed. I would like the active cell to select that row, however only from columns B:AB. All i have found is how to select the entire row.
Private Sub Worksheet_Change(ByVal Target As Range)If...