View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Toothsome Papa Toothsome Papa is offline
external usenet poster
 
Posts: 14
Default Save tabs to their own file

There may be some VB code that can automate that, but with regular excel
commands, you have to make a new workbook, copy the sheet to it, then save
it. one by one

"krafty" wrote:

I have a large excel file with many tabs. I would like to be able to save
each tab to their own file with a simple process -- in as few steps as
possbile. Not one by one. Can anyone suggest a way to do this? What I
would also potentially like to do is have the file name it saves as be
defined as a single cell location that is in the same spot on every tab. For
example the content in cell C14 on every tab would be the file name...

Thanks!