I am tring without much success to write a short macro which will
let me input data and keep asking for input until I answer No to the
question in the message box.
I have three column labels B2 Number, C2 Name, D3 Address
When I click on the button that I attach the macro to I want the
cursor to move automatically into the next empty cell in column B,
write the number which is 1 more than the number above it (so if B2
has 1, B3 has 2 etc), then move automatically into the C column and
wait until I input the Name using an InputBox, then move across for
the input in the D column.
If I answer Yes to the question "enter more data" from the Message
Box the cursor then goes to the next empty B cell and so on.
Not concerned about validation.
When I leave the macro and worksheet I want to return to it and
start inputting on the next available B cell.
Loop is working Ok, Input boxes re Ok BUT cannot get the movement to
the next row and automatic increment to happen. Also cannot go back
and get the cursor to jump into the next empty B cell to start the
numbering from where it was left off the last time.
Any help please?