DOu Until or something else? Heres a bit of a challenge
Posted by Daniel Cremin on December 11, 2001 8:44 AM
Hi i need help with a feature of a Marks and Grades
System that im currently building. A really quick intro
is needed to understand the prob. I have a main sheet
called Processing where student details and marks,
percents, grades, etc are stored. I dont want the user
to see all this stuff but they need to be able to see
a summary of grades etc (this i have down) but i also
want them to be able to use another sheet to access
certain student details (name, class and the test marks)
) this is also now done, but the Problem is that i want
there to be an update system macro that will copy the
values entered in the cells on the student editor sheet
and one by one paste the values in the appropriate cell
of the same student on the processing sheet. I can do
all the offsetting and pasting bit myself i just need a
neat way (a Do Until statement or something like it i
bet) to be able to get excel to find the same student
on the processing sheet (one with a matching name in the
row or in column B)so i can do the rest.
Thanks very much in advance.