Hi
I have a excel sheet with 50 rows and 17 columns.
I have 1 button in the top of the sheet and I have one checkbox in column A of each row.
I need a VBA code that can do the following:
When a checkbox is checked and the button in the top of the sheet is pressed, then excel should copy the row that the checkbox corresponds to but only C:S in that row, not A or B, into a separate sheet into C:S. It should paste the data on the next free row, so if I already have transferred data it will not overwrite.
Furthermore after copying from the original sheet, it should delete the information in the row and move all other data up so the data always is on the top rows.
I have a excel sheet with 50 rows and 17 columns.
I have 1 button in the top of the sheet and I have one checkbox in column A of each row.
I need a VBA code that can do the following:
When a checkbox is checked and the button in the top of the sheet is pressed, then excel should copy the row that the checkbox corresponds to but only C:S in that row, not A or B, into a separate sheet into C:S. It should paste the data on the next free row, so if I already have transferred data it will not overwrite.
Furthermore after copying from the original sheet, it should delete the information in the row and move all other data up so the data always is on the top rows.