T
Todd Huttenstine
Hey guys,
The below 3 lines of code do the same thing, however I
will need to go all the way down from row 3 to row 100 and
do not want to write another 97 lines of code. What would
the loop code be to accomplish what the below code does
for row3 to row100?
Worksheets(8).Range("H3").Value = Worksheets(8).Range
("P3").Value * Worksheets(8).Range("Q3").Value
Worksheets(8).Range("H4").Value = Worksheets(8).Range
("P4").Value * Worksheets(8).Range("Q4").Value
Worksheets(8).Range("H5").Value = Worksheets(8).Range
("P5").Value * Worksheets(8).Range("Q5").Value
Thank you
Todd Huttenstine
The below 3 lines of code do the same thing, however I
will need to go all the way down from row 3 to row 100 and
do not want to write another 97 lines of code. What would
the loop code be to accomplish what the below code does
for row3 to row100?
Worksheets(8).Range("H3").Value = Worksheets(8).Range
("P3").Value * Worksheets(8).Range("Q3").Value
Worksheets(8).Range("H4").Value = Worksheets(8).Range
("P4").Value * Worksheets(8).Range("Q4").Value
Worksheets(8).Range("H5").Value = Worksheets(8).Range
("P5").Value * Worksheets(8).Range("Q5").Value
Thank you
Todd Huttenstine