Good day guys. My problem is every time I run the macro the data is always inserted at the end of my table. Is there a way to insert it always at first then move down? Here's the code by the way:
Private Sub Submit_Btm_Click()
Dim n As Long
With Sheets("Record")
n =...