odartey
Member
Hi All
I am using this simple macro to pick the next empty cell,the challenge is that when there's no data in the cell the macro runs to the end of the row.
I need help please...
This is what i have.
Need help
Thanks in anticipation for a response
Sub Inputss()
'
' Inputss Macro
'
'
Sheets("Input").Select
Range("D14").Select
Selection.End(xlDown).Select
ActiveCell.Offset(1, 0).Select
End Sub
I am using this simple macro to pick the next empty cell,the challenge is that when there's no data in the cell the macro runs to the end of the row.
I need help please...
This is what i have.
Need help
Thanks in anticipation for a response
Sub Inputss()
'
' Inputss Macro
'
'
Sheets("Input").Select
Range("D14").Select
Selection.End(xlDown).Select
ActiveCell.Offset(1, 0).Select
End Sub