I want to run a macro that moves the cursor from cell to cell, stopping in each for the entering of data/text from keyboard. However I do NOT want to have an "Inputbox" pop up using ActiveCell = InputBox("Enter Data")

What can be put into the macro to do this?