Automating complex workbook

L

LostInNY

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
 
P

Patrick Molloy

difficult you'd have to loop through each sheet, identify each column then
copy those columns for each row.
how will you identify duplicates?
 
L

LostInNY

Patrick-

The duplicates are identified by values in the first 4 columns for each
spreadsheet.
 
D

Don Guillett

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top