My skills with VBA hasn't been used in many, many, years now, so I am totally lost on this project that I am doing. I know my VBA code is rudimentary and there are far better ways to do this than what I have done so far. So please don't flame me too bad on this .
I have managed to get what code I have put together thus far to do what I want it to do. However now I need it to do something I have not been able to search and find. I want to take the data that I am programming into my spreadsheet (right side) See image below, to be entered onto the next row (on the left side) while also coping a couple of cells that have "if statements" built into the cell (because I couldn't figure out how to do it in VBA)
and do this every time I click the button. The Yellow and Gray color cells are the cells that I would like to copy to the next line.
https://drive.google.com/file/d/0B-IqYSGZJ5-4UkYtT21vOUhpbW8/view?usp=sharing
How would you write the code to make this work?
I have managed to get what code I have put together thus far to do what I want it to do. However now I need it to do something I have not been able to search and find. I want to take the data that I am programming into my spreadsheet (right side) See image below, to be entered onto the next row (on the left side) while also coping a couple of cells that have "if statements" built into the cell (because I couldn't figure out how to do it in VBA)
https://drive.google.com/file/d/0B-IqYSGZJ5-4UkYtT21vOUhpbW8/view?usp=sharing
How would you write the code to make this work?