I have a spreadsheet where the user enter data into Sheet1 ("Stock").
I want a button with an assigned macro which when clicked,
will select and cut data in (A5:Z5) and paste special Value into next empty row i.e. (A6:Z6).
Then If I overwrite the data in (A5:Z5) the next time I click the macro button,
I want it to paste special Value the data (A7:Z7) into the next available row and so on.
It will not always be the same range of data being selected in Sheet 1 (A5:Z5) may be less or more column.
I want a button with an assigned macro which when clicked,
will select and cut data in (A5:Z5) and paste special Value into next empty row i.e. (A6:Z6).
Then If I overwrite the data in (A5:Z5) the next time I click the macro button,
I want it to paste special Value the data (A7:Z7) into the next available row and so on.
It will not always be the same range of data being selected in Sheet 1 (A5:Z5) may be less or more column.