There are several columns of values in a row that needs to be sent to the next 'Blank Row' of a new sheet but to different columns in the same row of the new sheet. I think if I use a VBA 'Check Box' to send the values in the row of the cells adjacent to the 'Checked Box' to the first 'Blank Row' of target sheet and put them in specific columns of that row it would work the way I intend.
*(Check Boxes are in column 'A' of "sheet 1") When the 'Check Box' in "A1" of "sheet 1" is checked it should send the value in cell "B1" to the First blank row, Column 'A' of sheet "sheet 2" and value in Cell "C1" of "sheet 1" goes to same row in "sheet 2" but in column 'B' and value in cell "D1" goes to same row in sheet "sheet2" but in column 'E' and similarly for other cells of that row. (I can change which columns are which as columns are added and/or changed.) *Work in progress, thanks for your patience.
I am kinda new to this so I hope this makes sense.
Thank you,
Master Foo
Bookmarks