Hi all,
I have a simple macro that just copies a row like this below. This one is executed by Ctrl+A on the keyboard.
Sub Macro1()
'
' Macro1 Macro
'
Selection.Copy
Selection.Insert Shift:=xlDown
End Sub
Cell A is suppose to work like an auto increment number. So for every...