Hi All
Please explain and/or correct this code.
I am trying to paste the formula that is in Sheets("data2").Range("DT2:EG3272").
Please explain and/or correct this code.
I am trying to paste the formula that is in Sheets("data2").Range("DT2:EG3272").
Code:
Sheets("data2").Range("DT2:EG3272").Copy Destination:=.Range("DT2").Select.PasteSpecial = xlPasteFormulas[code]
I thank you