Help for a VBA rookie

  • Thread starter Thread starter Frank C
  • Start date Start date
F

Frank C

I have a work sheet, that is titled "DATA", there are 6 Columns,
consisting of Name, Mon, Tues, Wed, Thurs, Fri.. I have a second
sheet titled "Submit".

I would like a Macro that would match the name from "DATA" and take
the Contents of the cells in that row, and move them to "Submit"
worksheet.

Any suggestions, help, or direction would be appreciated.
 
Is the idea to enter a name on "submit", and press a
button to move the data onto that sheet?

John
 
The sheet containing data is already completed. Using VBA with a
match function. Fill in the rows on the sheet "Submit" with the data
from the sheet "DATA" for each indivdual listed. the listing on each
worksheet, do not match perfectly, row to row, that is the reason for
using a match type approach.
 

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

Back
Top