Hey guys,

I've been starting to use VBA recently so its still pretty new to me
Although, i do know you can use it to add to a number in specific integers until a value is reached, I'm not completely sure how to write this.

for example

A1=1 and B1=5

If A1 is < B1 then A1 + .5 until A1 >= B1

Anyone have any suggestions,
whatever help provided would be much appreciated.