Hi,
I have written the following VBA code but it seems that it doesn't work because the code keeps creating the new row even the date is today. I would like to seek advice if anything wrong in my code.
Thanks so much!
Sub createDate()
Dim lRow As Long
z = Format(Now, "dd/mm/yyyy")...