hi trying to loop in two sheets to copy data over and paste it can anyone see my error little bogged down trying to find it, any help be appreciated?
<code>
Dim ProductID As String
Dim MasIndex, MasLastRow As Integer
Dim SwIndex, SwLastRow As Integer
Sheets("Master").Activate...