View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
akapoor akapoor is offline
external usenet poster
 
Posts: 2
Default Run macros on data spread across multiple spreadsheets

Hi,

I am working on large chunks of data spread across multiple spreadsheets.
I want to be able to run macros that treat data across these sheets as
contiguous.
eg. the avg() on column A should take into consideration all the values in
column A in all the spreadsheets.

Is this possible ?

Thanks in advance for your help!