ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Array (https://www.excelbanter.com/excel-programming/390021-array.html)

Daviv

Array
 
How do multiply 2 arrays to generate another array. Say

Dim one as integer
Dim two as integer
Dim three as integer

one = range ("a1:a10").value
two = range ("b1:b10").value

So is it three = one.value * two.value??


--
Thanks!

Don Guillett

Array
 
Have a look at the help index for SUMPRODUCT

--
Don Guillett
SalesAid Software

"Daviv" wrote in message
...
How do multiply 2 arrays to generate another array. Say

Dim one as integer
Dim two as integer
Dim three as integer

one = range ("a1:a10").value
two = range ("b1:b10").value

So is it three = one.value * two.value??


--
Thanks!




All times are GMT +1. The time now is 05:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com