View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jack1 jack1 is offline
external usenet poster
 
Posts: 1
Default The Course Booking Form


I am trying to recreate the course booking form. I cannot get the Ok
button coding to work.

It says that there is a loop without Do

Do

If IsEmpty(ActiveCell) = False Then
ActiveCell.Offset(1, 0).Select

Loop Until IsEmpty(ActiveCell) = True

Thank

--
jack
-----------------------------------------------------------------------
jack1's Profile: http://www.excelforum.com/member.php...fo&userid=1548
View this thread: http://www.excelforum.com/showthread.php?threadid=27067