Hi All,
I am new to Excel Macro and to this forum. I am trying to write a macro to copy a range multiple times. Please correct me if I am wrong.
Sub Macro1()
Dim x As String
Dim x1 As String
Dim x2 As String
Dim p, q As Integer
Range("A1").Activate
p = 1...