Hello all,
I have a need to fill out forms and when i'm done i'd like to click on a button and archive the data to a "master" sheet with all of the data recorded on single row.
What i need is some code to copy the cells of my form data one row at a time over to the next empty single row of my master sheet. I do have blank cells, and i also have rows that end in blank cells which i have to retain. I also wish to retain the original formatting which contain dynamic range drop down lists.
My data range is in columns A to BO, and i have 85 rows.
When i run it again it will repeat the process on the next empty row, etc, etc...
So in short my data on my origin should be as follows -
A B C
1 APPLE ORANGE (EMPTY)
2 GRAPE LEMON PEAR
And i want it on the new sheet as -
A B C D E F
1 APPLE ORANGE (EMPTY) GRAPE LEMON PEAR
If i trigger it again i get -
A B C D E F
1 APPLE ORANGE (EMPTY) GRAPE LEMON PEAR
2 APPLE ORANGE (EMPTY) GRAPE LEMON PEAR
Any help would be awesome...Thanks
I have a need to fill out forms and when i'm done i'd like to click on a button and archive the data to a "master" sheet with all of the data recorded on single row.
What i need is some code to copy the cells of my form data one row at a time over to the next empty single row of my master sheet. I do have blank cells, and i also have rows that end in blank cells which i have to retain. I also wish to retain the original formatting which contain dynamic range drop down lists.
My data range is in columns A to BO, and i have 85 rows.
When i run it again it will repeat the process on the next empty row, etc, etc...
So in short my data on my origin should be as follows -
A B C
1 APPLE ORANGE (EMPTY)
2 GRAPE LEMON PEAR
And i want it on the new sheet as -
A B C D E F
1 APPLE ORANGE (EMPTY) GRAPE LEMON PEAR
If i trigger it again i get -
A B C D E F
1 APPLE ORANGE (EMPTY) GRAPE LEMON PEAR
2 APPLE ORANGE (EMPTY) GRAPE LEMON PEAR
Any help would be awesome...Thanks