[FONT="]Hi there guys.[/FONT]
[FONT="]
[/FONT]
[FONT="]Building a user form currently and as it stands the data gets added to the last blank row:[/FONT]
[FONT="]To achieve the last row input I've used the offset method and this target row code:[/FONT]
[FONT="]"Dim TargetRow As Integer[/FONT]
[FONT="]TargetRow = Sheets("engine").Range("B3").Value + 1"[/FONT]
[FONT="]
[/FONT]
[FONT="]when clicking the submit button; What i need is a piece of code to add a new row to the top, which the new data is then inputted into so that new submissions are always on top.[/FONT]
[FONT="]
[/FONT]
[FONT="]If you need to look at the rest of the code let me know![/FONT]
[FONT="]
[/FONT]
[FONT="]Building a user form currently and as it stands the data gets added to the last blank row:[/FONT]
[FONT="]To achieve the last row input I've used the offset method and this target row code:[/FONT]
[FONT="]"Dim TargetRow As Integer[/FONT]
[FONT="]TargetRow = Sheets("engine").Range("B3").Value + 1"[/FONT]
[FONT="]
[/FONT]
[FONT="]when clicking the submit button; What i need is a piece of code to add a new row to the top, which the new data is then inputted into so that new submissions are always on top.[/FONT]
[FONT="]
[/FONT]
[FONT="]If you need to look at the rest of the code let me know![/FONT]