View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rsphorler rsphorler is offline
external usenet poster
 
Posts: 6
Default Copy user selected range from all open workbooks

Hi

The workbook with the macro in it is the personal.xls so this i
believe will always be the first workbook. The way i run this macro so
far is to open Excel ,open the files i need to summarise (these, at
the moment, are identical one sheet workbooks) then run the macro. It
then creates a new workbook called summary and then copies the data
from all of the files (the order does not matter as the end result is
to average the data and plot a chart)

Thanks for any help you can provide

Richard