D
d. williams
Hello. First, I'd like to thank all the participants on this group;
I've had several questions in the past and all were met with great speed
and helpful comments.
I have an excel file with four worksheets
["women","men","billings","mail"]. The first two sheets are set up so
that each row contains a persons' information, the first piece of which
is a unique id number (in the A column). I have a "billings" sheet
which contains numerous id numbers, also in the A column. What I need
to write is a macro which scrolls through the "billings" id numbers
(A2:A215) and compares that number to the A column of sheets "women" and
"men". If it finds the number, it should copy the entire row into the
blank sheed "mail". Thus at the end of the task, "mail" should contain
the information of all people who were listed on sheet "billing" who
were also found in "women" and "men".
I have very limited experience with Excel's VBA and while my first
priority is getting this task done, I would very much appreciate any
links to thorough books/web tutorials or well commented code I could use
to learn from.
Thank you for all your help. D.
I've had several questions in the past and all were met with great speed
and helpful comments.
I have an excel file with four worksheets
["women","men","billings","mail"]. The first two sheets are set up so
that each row contains a persons' information, the first piece of which
is a unique id number (in the A column). I have a "billings" sheet
which contains numerous id numbers, also in the A column. What I need
to write is a macro which scrolls through the "billings" id numbers
(A2:A215) and compares that number to the A column of sheets "women" and
"men". If it finds the number, it should copy the entire row into the
blank sheed "mail". Thus at the end of the task, "mail" should contain
the information of all people who were listed on sheet "billing" who
were also found in "women" and "men".
I have very limited experience with Excel's VBA and while my first
priority is getting this task done, I would very much appreciate any
links to thorough books/web tutorials or well commented code I could use
to learn from.
Thank you for all your help. D.