View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
john john is offline
external usenet poster
 
Posts: 97
Default Help for a VBA rookie

Is the idea to enter a name on "submit", and press a
button to move the data onto that sheet?

John
-----Original Message-----
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.
.