I want to highlight the duplicate row & strike the contents.
What to modify in the below code, to get the result
Dim ma As Workbook
Dim mas As Worksheet
Sub test()
Application.ScreenUpdating = False
Application.DisplayAlerts = False
'Set Master File
Set ma = ThisWorkbook
Set mas =...