Fill This Form To Receive Instant Help
Homework answers / question archive / What will the following code do? While IsEmpty(ActiveCell)=False Activecell
What will the following code do? While IsEmpty(ActiveCell)=False Activecell.offset(1,0).select Wend Select one: a. Go down as long as the active cell is empty b. Go down as long as the active cell is not empty O c. Go left as long as the active cell is not empty d. Go right as long as the active cell is not empty
Given code makes go down as long as the active cell is not empty.
Answer is:
b
Please rate.