View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
infshare infshare is offline
external usenet poster
 
Posts: 1
Default Operating Matrix in vba

when i wanna get the solution of multiplying two matrix, i can use a
worksheet function.
worksheetfunction.mmult(MarixA, MatrixB)

but how can i get the solution of multiplying a number and a matrix without
using a user-defined function?