Hi All

I'm new at VBA and just started playing around with it...
I am trying to create a button with a Macro behind it that once pushed it populates the selected cell with today's date and then jumps to another cell

here is the scenario:

Button pushed-->Today's date & time in Cell A1-->jumps to B1
Button pushed -->Today's date & time in Cell B1-->jumps to A2
Button pushed -->Today's date & time in Cell A2-->jumps to B2
Button pushed -->Today's date & time in Cell B2-->jumps to C1
......

Can anyone help with that?