Matthew has attended:
Excel VBA Intro Intermediate course
Copy paste named ranges
How do you copy data in a named range from one sheet to another?
RE: Copy paste named ranges
Hello Matthew,
Here's an example code of copying figures in a range on sheet1 called myrange and pasting to sheet2 at cell B3
Range("myrange").Copy Sheets("Sheet2").Range("B3")
I hope this resolves your question. If it has, please mark this question as resolved.
If you require further assistance, please reply to this post. Or perhaps you have another Microsoft Office question?
Have a great day.
Regards,
Mark
Microsoft Office Specialist Trainer