What's the correct syntax to assign a range from one worksheet to another worksheet?
i.e. I'm trying to have a New worksheet from A1:Z10 contain the rows from Another worksheet from A20:Z30
I tried this - but I'm missing something
Set Newsheet = AnotherSheet.Range("A20:Z30")
Thanks
Bookmarks