Hi
I have a VBA that i'm able to select records from the userform and add them to a new worksheet, however I need the data to start of D9 how do I go about changing the code for this to happen
Dim addme As Range
Dim x As Integer
Set addme = Sheet1.Cells(Rows.Count...