ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   splitting worksheet into multiple workbooks (https://www.excelbanter.com/excel-programming/318855-splitting-worksheet-into-multiple-workbooks.html)

Rob

splitting worksheet into multiple workbooks
 
have a worksheet that contains multiple records that need to be grouped and
exported to a new workbook. Values to group by are in column a, so for
example all of the records in column a with a value of 2011 need to go to a
workbook named "2011.xls", all of the reocrds in column a with a value 3535
need to go to a new workbook named "3535.xls" etc. etc.

I will be receiving this data weekly and need an automated way to split it
up into distinct workbooks by value in column A

Thank you in advance for your help. Regards, R-

Ron de Bruin

splitting worksheet into multiple workbooks
 
Hi Rob

Here is a example that copy to new sheets
You can adapt it for workbooks.
If you need help post back

http://www.rondebruin.nl/copy5.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
have a worksheet that contains multiple records that need to be grouped and
exported to a new workbook. Values to group by are in column a, so for
example all of the records in column a with a value of 2011 need to go to a
workbook named "2011.xls", all of the reocrds in column a with a value 3535
need to go to a new workbook named "3535.xls" etc. etc.

I will be receiving this data weekly and need an automated way to split it
up into distinct workbooks by value in column A

Thank you in advance for your help. Regards, R-




Rob

splitting worksheet into multiple workbooks
 
Ron,

Thanks!!! This worked as far as worksheets are concerned, but as a big time
novice to this world I'm not sure how to modify to create individual
workbooks. Any help with the mods to your worksheet code would be much
appreciated as your first example worked great.

Thank you again. Rob.

"Ron de Bruin" wrote:

Hi Rob

Here is a example that copy to new sheets
You can adapt it for workbooks.
If you need help post back

http://www.rondebruin.nl/copy5.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
have a worksheet that contains multiple records that need to be grouped and
exported to a new workbook. Values to group by are in column a, so for
example all of the records in column a with a value of 2011 need to go to a
workbook named "2011.xls", all of the reocrds in column a with a value 3535
need to go to a new workbook named "3535.xls" etc. etc.

I will be receiving this data weekly and need an automated way to split it
up into distinct workbooks by value in column A

Thank you in advance for your help. Regards, R-





Ron de Bruin

splitting worksheet into multiple workbooks
 
Hi Rob

I add a example to my website today,
and I will post in this thread when it is ready.



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
Ron,

Thanks!!! This worked as far as worksheets are concerned, but as a big time
novice to this world I'm not sure how to modify to create individual
workbooks. Any help with the mods to your worksheet code would be much
appreciated as your first example worked great.

Thank you again. Rob.

"Ron de Bruin" wrote:

Hi Rob

Here is a example that copy to new sheets
You can adapt it for workbooks.
If you need help post back

http://www.rondebruin.nl/copy5.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
have a worksheet that contains multiple records that need to be grouped and
exported to a new workbook. Values to group by are in column a, so for
example all of the records in column a with a value of 2011 need to go to a
workbook named "2011.xls", all of the reocrds in column a with a value 3535
need to go to a new workbook named "3535.xls" etc. etc.

I will be receiving this data weekly and need an automated way to split it
up into distinct workbooks by value in column A

Thank you in advance for your help. Regards, R-







Ron de Bruin

splitting worksheet into multiple workbooks
 
Hi Rob

Here it is
http://www.rondebruin.nl/copy5.htm#workbook

Please give feedback if you have problems



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Ron de Bruin" wrote in message ...
Hi Rob

I add a example to my website today,
and I will post in this thread when it is ready.



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
Ron,

Thanks!!! This worked as far as worksheets are concerned, but as a big time
novice to this world I'm not sure how to modify to create individual
workbooks. Any help with the mods to your worksheet code would be much
appreciated as your first example worked great.

Thank you again. Rob.

"Ron de Bruin" wrote:

Hi Rob

Here is a example that copy to new sheets
You can adapt it for workbooks.
If you need help post back

http://www.rondebruin.nl/copy5.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
have a worksheet that contains multiple records that need to be grouped and
exported to a new workbook. Values to group by are in column a, so for
example all of the records in column a with a value of 2011 need to go to a
workbook named "2011.xls", all of the reocrds in column a with a value 3535
need to go to a new workbook named "3535.xls" etc. etc.

I will be receiving this data weekly and need an automated way to split it
up into distinct workbooks by value in column A

Thank you in advance for your help. Regards, R-








Rob

splitting worksheet into multiple workbooks
 
Ron, it works like a charm! Thanks so much for your help. Regards. R-

"Ron de Bruin" wrote:

Hi Rob

Here it is
http://www.rondebruin.nl/copy5.htm#workbook

Please give feedback if you have problems



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Ron de Bruin" wrote in message ...
Hi Rob

I add a example to my website today,
and I will post in this thread when it is ready.



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
Ron,

Thanks!!! This worked as far as worksheets are concerned, but as a big time
novice to this world I'm not sure how to modify to create individual
workbooks. Any help with the mods to your worksheet code would be much
appreciated as your first example worked great.

Thank you again. Rob.

"Ron de Bruin" wrote:

Hi Rob

Here is a example that copy to new sheets
You can adapt it for workbooks.
If you need help post back

http://www.rondebruin.nl/copy5.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
have a worksheet that contains multiple records that need to be grouped and
exported to a new workbook. Values to group by are in column a, so for
example all of the records in column a with a value of 2011 need to go to a
workbook named "2011.xls", all of the reocrds in column a with a value 3535
need to go to a new workbook named "3535.xls" etc. etc.

I will be receiving this data weekly and need an automated way to split it
up into distinct workbooks by value in column A

Thank you in advance for your help. Regards, R-









Ron de Bruin

splitting worksheet into multiple workbooks
 
You are welcome

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
Ron, it works like a charm! Thanks so much for your help. Regards. R-

"Ron de Bruin" wrote:

Hi Rob

Here it is
http://www.rondebruin.nl/copy5.htm#workbook

Please give feedback if you have problems



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Ron de Bruin" wrote in message ...
Hi Rob

I add a example to my website today,
and I will post in this thread when it is ready.



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
Ron,

Thanks!!! This worked as far as worksheets are concerned, but as a big time
novice to this world I'm not sure how to modify to create individual
workbooks. Any help with the mods to your worksheet code would be much
appreciated as your first example worked great.

Thank you again. Rob.

"Ron de Bruin" wrote:

Hi Rob

Here is a example that copy to new sheets
You can adapt it for workbooks.
If you need help post back

http://www.rondebruin.nl/copy5.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rob" wrote in message ...
have a worksheet that contains multiple records that need to be grouped and
exported to a new workbook. Values to group by are in column a, so for
example all of the records in column a with a value of 2011 need to go to a
workbook named "2011.xls", all of the reocrds in column a with a value 3535
need to go to a new workbook named "3535.xls" etc. etc.

I will be receiving this data weekly and need an automated way to split it
up into distinct workbooks by value in column A

Thank you in advance for your help. Regards, R-












All times are GMT +1. The time now is 09:23 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com