I need a macro that copies data from various cells in calculator then paste them in an archive sheet. the cells are not in any particular order but they will be in the archive sheet. then i need the macro to move down 1 row to the next blank row and zero out the calculations on the calulator sheet. and repeat every time this button is pressed.
CAN ANYONE HELP!!!!????
See if this will do what you need. I’ve changed the output slightly because I believe you had an error in where the results are archived. At the top of the macro I’ve specified what the outputs cells are. The “button” you press is, I’m assuming, an activex or Form control button. If not please let me know what you mean by “button that you press”
Here’s the Macro. Any problems let me know …