Array

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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??
 
Don said:
Have a look at the help index for SUMPRODUCT
Can you give an example; at first blush it seems that SUMPRODUCT will
return a scalar, not an array.

Alan Beban
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top