Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ian in Ankara
 
Posts: n/a
Default Create workbooks from worksheets

Does anyone know an easy way to create multiple single-sheeted workbooks from
a single multi-sheeted workbook?

What I am actually trying to do is create multiple csv files for data import
from a workbook that contains many worksheets.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default Create workbooks from worksheets

Try some code like

Sub AAA()
Dim WS As Worksheet
For Each WS In ThisWorkbook.Worksheets
WS.Copy
Next WS
End Sub


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Ian in Ankara" wrote in
message
...
Does anyone know an easy way to create multiple single-sheeted
workbooks from
a single multi-sheeted workbook?

What I am actually trying to do is create multiple csv files
for data import
from a workbook that contains many worksheets.



  #3   Report Post  
Posted to microsoft.public.excel.misc
Duke Carey
 
Posts: n/a
Default Create workbooks from worksheets

See Ron de Bruin's code at

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

"Ian in Ankara" wrote:

Does anyone know an easy way to create multiple single-sheeted workbooks from
a single multi-sheeted workbook?

What I am actually trying to do is create multiple csv files for data import
from a workbook that contains many worksheets.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Ian in Ankara
 
Posts: n/a
Default Create workbooks from worksheets

Works a treat. Thanks a lot!

Ian

"Duke Carey" wrote:

See Ron de Bruin's code at

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

"Ian in Ankara" wrote:

Does anyone know an easy way to create multiple single-sheeted workbooks from
a single multi-sheeted workbook?

What I am actually trying to do is create multiple csv files for data import
from a workbook that contains many worksheets.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How many workbooks and worksheets can Excel understand? Mike Excel Discussion (Misc queries) 1 February 10th 06 01:58 PM
Can I tile worksheets within a workbook, like one tiles workbooks. Tovarish_Dad Excel Discussion (Misc queries) 2 July 6th 05 09:11 PM
Combine Workbooks as separate worksheets SAL Excel Discussion (Misc queries) 2 June 1st 05 04:30 PM
Converting worksheets to workbooks. Is there an easy way? Jim Excel Discussion (Misc queries) 1 March 22nd 05 02:31 PM
Help! I need to create worksheets to connect? Tess Excel Worksheet Functions 4 February 17th 05 06:21 PM


All times are GMT +1. The time now is 12:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"