All I want to do is a do until loop that keeps going until the activeCell is equal to B4.

I currently have this:

Do Until activeCell = B4

But it does not work. I'm assuming its just some simple syntax thing on the B4 or something that I'm not including.