View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech[_2_] Jim Rech[_2_] is offline
external usenet poster
 
Posts: 533
Default Excel Automation

I am wondering if there is a way to develop a batch process that

That's what automation is about. You might search on "excel automation".
I'm sure you'll get hits.

--
Jim
"Arshavir Grigorian" wrote in message
...
Hi,

I am wondering if there is a way to develop a batch process that could
open a series of spreadsheets (optional really cause no one needs to
look at them), execute a certain macro (or several) in each one, then
print a certain sheet (or several) from each spreadsheet.

Thanks.