H
Henrik
I Know this is a very simple question, but as I am just
learning VBA and your help is greatly appreciated.
I have two arrays:
priceArr = .Range("A1:A8").Value
quantityArr = .Range("B1:B3").Value
I would like to make a very simple calculation [price *
quantity = revenue ] for each row and output the result in
colum C (i.e. C1:C8). How do I go about that?
learning VBA and your help is greatly appreciated.
I have two arrays:
priceArr = .Range("A1:A8").Value
quantityArr = .Range("B1:B3").Value
I would like to make a very simple calculation [price *
quantity = revenue ] for each row and output the result in
colum C (i.e. C1:C8). How do I go about that?