Copying a cell one at a time
Hi there,
This is a basic question i think.
I am trying to copy a cell one at a time from onw worksheet to another and
then run another macro called "Prices" once it is on the correct cell.
I have a list of products in worksheet("data") from range("a1:a10") although
this range will get larger with more products.
I need a loop that will start at RANGE("a1") in data worksheet and copy this
value to cell a1 in worksheet("IV"). Then it will call another macro called
Prices to run. Once this has been completed it will go back to
worksheets("data") and copy the next cell "a2" into the worksheet("IV") and
run the macro and so forth on to the next cell until it reaches the end of
the list.
Thanks for your help
|