View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Automating complex workbook


If desired, send your file to my address below along with this msg and
a clear explanation of what you want and before/after examples.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"LostInNY" wrote in message
...
I was wondering if there is a way to do the following automatically:

I have a workbook with 15+ worksheets. Sheet 1 is a template where the
users copy from a spreadsheet in another workbook and paste the
information
onto this worksheet template. The worksheet template stays the same with
the
first row containing header information. The rest of the spreadsheets
contain header information on the first 2 rows and a formula on the 3rd
row.
Each formula is different on these spreadsheets and the number of columns
will vary.

Is there a way to take the information contained on the template worksheet
and copy it to the existing worksheets based on the formulas in each
worksheet. For example, on the template worksheet I have 500 rows of
information, not including the header. I want to take these rows and
apply
them to the existing formulas in the remaing worksheets and then delete
any
duplicates that exist in each worksheet.


Thanks