View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
notDave notDave is offline
external usenet poster
 
Posts: 1
Default Saving sheets as their own workbooks?

I get an xls file with about 25 sheets in it. I have to save each sheet
using the sheet name in the filename, along with the date. For example, one
sheet name I got today was "720 Log", and I copied it to its own workbook,
and saved it as "20060203_720_Log.xls" Then I repeat those steps for the
other 25 sheets I get! Woohoo! Can anyone offer any suggestions as to how I
might automate this task? I should mention that the date isn't today's date,
I would need to specify each time I ran this process what date to use.

If anyone can guide me in the right direction for learning how to set up
such a process that would be wonderful.

~notDave