Hi all,

I am using this code to populate todays date and current time in column 1 i.e. A

But I want it to populate the same in next free row. Currently it only populates in A1

Any help please???
Regards

Sub Myway()
Range("A1").Value = Now()
End Sub