Copying sections from one sheet to another. Keeping format and data for drop down menu cells

rcicconetti

New Member
Joined
Jan 16, 2016
Messages
34
This is for a scheduling program I am building on Excel.

I am trying to copy 7 areas (daily schedules for a week) to a new sheet. I want the sheet to be created using the name (i.e. "Week of Oct5") found in "T3:U3" on the main schedule building sheet ("Scheduling Assistant 1.0".) Each week the scheduler will use the main scheduling sheet to adjust the date and staffing. I want the macro to create a new sheet each time it is run.

Tricky Part:

The original areas have content that have been selected from drop down boxes on "Scheduling Assistant 1.0." Is there a way of pasting that will not only maintain the format of the cells, but also the ability to select the contents in the new sheet? (In order to make schedule changes)

The 7 areas for the daily schedule are as follows:
"X3:AC52"
"AE3:AJ52"
"AL3:AQ52"
"AS3:AX52"
"AA59:AF111"
"AH59:AM111"
"AO59:AT111"

They can be pasted on the new sheet respectively as follows:
A1
H1
O1
V1
AC1
AJ1
AQ1

Print areas for this new sheet should be set to the following as to print one page for each day. (Portrait, Fit to Page)

Page1 A1:F50
Page2 H1:M50
Page3 O1:T50
Page4 V1:AA50
Page5 AC1:AH50
Page6 AJ1:AO50
Page7 AQ1:AV50

I attempted to do this by recording a macro, but I have had no luck.

Any help would be greatly appreciated!!

Thanks!
Rich
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.

Forum statistics

Threads
1,215,046
Messages
6,122,854
Members
449,096
Latest member
Erald

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