Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Do the others want to update info in the spreadsheets and therefore update the master (i.e. resynchronise) or do they just want to read a copy. If its the latter, then you could use a macro to produce the individual workbooks by stepping through the Sheets collection and copying them one by one into new workbooks. Dim Sheet As Worksheet Sub Test() For Each Sheet In Sheets Workbooks.Add Sheet.Copy Befo=ActiveWorkbook.Sheets(1) ActiveWorkbook.SaveAs "C:\" & Sheet.Name & ".xls" ActiveWorkbook.Close Next Sheet End Sub -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=560136 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get cell data in multiple Excel files into one summary fi | Excel Worksheet Functions | |||
Macro for multiple open files | Excel Discussion (Misc queries) | |||
How do i auto create multiple files from 1 with multiple sheets | Excel Worksheet Functions | |||
Cannot access read-only documents. | Excel Discussion (Misc queries) | |||
importing multiple text files URGENT!!! HELP | Excel Worksheet Functions |