I want to have data from one worksheet copied and moved to another worksheet.
I want to have a button to do this action.
Can someone give me guidance on where I should start?
I want to have one sheet where I have data formatted and colored according to different conditions I set.
I want to have a way of adding new data - some of this data might already be present, if present, I don't want it included.
I thought I could have my formatted data in one sheet and then put new unformatted (and possibly duplicated) data in another sheet.
I could then have a button that when pressed would copy from the unformatted to the formatted (which then gets formatted because of the rules I have setup.)
- Process unformatted data row by row.
- Check to see if row value in column X already exists in man worksheet.
- If exists, move onto next row.
- If doesn't exist, insert into bottom row.
I want to make more advance and add other conditions... but the above would give me a great start.
Not sure where to start.
Any help would be great.
I haven't done VBA programming.
EDIT: I just thought... instead of having a separate sheet, I could maybe just import a CSV?
Thanks.
I want to have a button to do this action.
Can someone give me guidance on where I should start?
I want to have one sheet where I have data formatted and colored according to different conditions I set.
I want to have a way of adding new data - some of this data might already be present, if present, I don't want it included.
I thought I could have my formatted data in one sheet and then put new unformatted (and possibly duplicated) data in another sheet.
I could then have a button that when pressed would copy from the unformatted to the formatted (which then gets formatted because of the rules I have setup.)
- Process unformatted data row by row.
- Check to see if row value in column X already exists in man worksheet.
- If exists, move onto next row.
- If doesn't exist, insert into bottom row.
I want to make more advance and add other conditions... but the above would give me a great start.
Not sure where to start.
Any help would be great.
I haven't done VBA programming.
EDIT: I just thought... instead of having a separate sheet, I could maybe just import a CSV?
Thanks.