View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Loane Sharp[_2_] Loane Sharp[_2_] is offline
external usenet poster
 
Posts: 12
Default matrix arithmetic using arrays in vba

Hi there

Is it possible to do simple matrix arithmetic without looping through all
the individual items in an array?

I'd prefer not to use Excel's built-in functions, but this may not be
possible. If this is the only way to do it, I heard from someone that there
is a way to use Excel's built-in MMULT function to do matrix addition and
subtraction. How would I do this?

Best regards
Loane