i have two almost identical workbooks to record service activity in two different teams. i have a macro running on worksheet A but the same macro doesnt work on worksheet B.
here is the code:
Option Explicit
Private Sub Worksheet_Change(ByVal Target As Range)
'' dvuppx
'
Dim Ws As...