J
jack1
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
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