Copying Named Range

indigowave

New Member
Joined
Aug 5, 2002
Messages
4
I have one workbook with a bunch of named ranges. I want to consolidate this into another workbook. When I copy the sheet with the named ranges onto a newly created worksheet in the larger workbook, the named ranges don't copy over. How do I do this?

Thanks,

Jeff
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
On 2002-08-25 20:06, indigowave wrote:
I have one workbook with a bunch of named ranges. I want to consolidate this into another workbook. When I copy the sheet with the named ranges onto a newly created worksheet in the larger workbook, the named ranges don't copy over. How do I do this?

Thanks,

Jeff

Jeff, don't copy the cell ranges over to the new sheet if you want to keep the named ranges. Copy the sheet over.

eg
Sheets("Sheet1").Copy After:=Workbooks("MyBook").Sheets(3)

If you must copy it this way then dynamically add the named ranges.
 
Upvote 0
Hi ya, the easiest way is to copy the sheet. Have both workbooks open then right-click the sheet you want to copy and select Move or Copy.

Make sure you check the copy box and then select your other workbook from the "to Book" drop down.This creates a direct copy including named ranges.

cheers
Parry
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,823
Members
449,049
Latest member
cybersurfer5000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top