View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Darryl Darryl is offline
external usenet poster
 
Posts: 2
Default Opening multiple workbooks

I have an application that creates multiple Excel files (up to 20) with
different names and different data. What I want to do is create a new file
from these with a sheet for each one of these files and then delete them
programatically after I have copied the sheet into the new file. Effectively
ending up with one file when I am finished. Also is it possible to do this
without automation.
--
DCD