View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eric[_23_] Eric[_23_] is offline
external usenet poster
 
Posts: 4
Default Copy from Multiple Sheets

I am trying to compile data from multiple worksheets into
a single worksheet. The ranges from the multiple sheet
vary from sheet to sheet. Also, rows in each sheet can be
added or deleted (i.e. the range in a sheet will not
always be the same.)

Does anyone know of code available that will accomplish
this task?

Thanks