Hi there,
I want to create a macro, that inputs a string into the next available cell, in a defined row. So when the next available cell is found, a inputbox appears, the user types in the data, and then the data goes into the active cell.
I currently have this:
Sub Find_Blank_Row()
Dim...