Hi,
I'm trying to get some VB to copy cells, paste the values along a row and multiply all the pasted values in that row by the number in a cell that may be increased or decreased by the user. When the macro is run a second time I want it to copy the same cells but to a new row so the previous figures aren't overwritten.
Here's where I've got to so far;
This is copying the cells and pasting the values to where I want them. Where and how would I add the bits to say;
1) Multiply each of the pasted values by the value in cell I4
2) When the macro is next run, do it on a newly inserted row so as not to overwrite the figures produced when the macro was previously run
Any input greatly appreciated
Bookmarks