VBA Copy Rows from Master Workbook to multiple workbooks

DVANDERM

New Member
Joined
Mar 8, 2011
Messages
1
Hello. I need assistance with an issue that I’ve just not been able to figure out.

I am currently working on attempting to copy entire rows from a master worksheet in a workbook and then pasting them to new worksheets inside of a new workbook and saving automatically with a new name to a folder on a network drive. I do not want all of the workbooks open at once because we could end up with 100 workbooks.

What I have is a list of data like what follows:

DataExample.jpg



What I need to do is have a Macro read from the first column the Value of the Cell, copy all of the rows which relate to said value, and then create a new worksheet named with the value and paste said rows into the sheet along with the header column in a new workbook with the same name and add totals to some columns.

The end result wanted would be a workbook with the master sheet and then many workbooks saved to the network drive.

If you need further details please let me know.

Thanks!
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,224,559
Messages
6,179,515
Members
452,921
Latest member
BBQKING

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