G
Guest
I use the following macro to create a duplicate sheet.
Sheets("ICS 214").Select
Sheets("ICS 214").Copy Before:=Sheets(2)
'
End Sub
The problem is it copies the user inputted data from the first sheet rather
than giving me a blank section. How can I modify the macro so it will
automatically delete info in a range of cells such as d29-d46 on the newly
created sheet?
Sheets("ICS 214").Select
Sheets("ICS 214").Copy Before:=Sheets(2)
'
End Sub
The problem is it copies the user inputted data from the first sheet rather
than giving me a blank section. How can I modify the macro so it will
automatically delete info in a range of cells such as d29-d46 on the newly
created sheet?
46).SpecialCells(xlConstants).ClearContents---HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]My