Do Until statement for finding first empty cell (gets harder)
Posted by Daniel C on November 25, 2001 12:31 AM
Hi and thanks to any Excel experts who can help me out.
Im designing a marks and grades system and have only one
last hurdle left to cross. I need to be able to have a
Do Until Statement that searches the list of student
names until it finds the first blank cell (starting
from cell C7 which is a title cell saying student), and
then proceed to paste in the student name from a named
range ("studentname") on another sheet. It then has
to offset one to the left and paste in the teacher name
from a named range called teacger and
then it needs to go two to the right
and paste in Predicted level (next to student name).
Thanks to anyone who can help me