James_Latimer
Active Member
- Joined
- Jan 20, 2009
- Messages
- 415
Excel 2003,
Hi, i am not making any excuses but i am fairly new to this!!
I am creating a routine that will 'Restore Parameter Settings' on a workbook.
Basically i have a worksheet with the standard data on it and i am copying and pasting formulas back onto each individual worksheet.
All is working fine except for one section.....
Sheets("StandardSettings").Range("E16:H16").Copy
Sheets("Paroxysmal CNHD Patients").Range("L77").PasteSpecial Paste:=xlPasteFormula
It will do the copy okay but it failr with a 1004 error on the paste line.
I know that i am not writting the code correctly but i have had a look around and i cant see what i should be putting.
Any assistance would be much appreciated.
Hi, i am not making any excuses but i am fairly new to this!!
I am creating a routine that will 'Restore Parameter Settings' on a workbook.
Basically i have a worksheet with the standard data on it and i am copying and pasting formulas back onto each individual worksheet.
All is working fine except for one section.....
Sheets("StandardSettings").Range("E16:H16").Copy
Sheets("Paroxysmal CNHD Patients").Range("L77").PasteSpecial Paste:=xlPasteFormula
It will do the copy okay but it failr with a 1004 error on the paste line.
I know that i am not writting the code correctly but i have had a look around and i cant see what i should be putting.
Any assistance would be much appreciated.