View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cor Steeghs Cor Steeghs is offline
external usenet poster
 
Posts: 5
Default MATRIX calculations with VBE

I would appreciate help in the folowing :
I want to use VBE for assigning names to a ranges of cells
on a worksheet and execute matrix calculations like
MATR_B=MINVERSE(MATR_A)
MATR_C=MMULT(MATR_A;MATR_B)
What would the code look like?
Thanks for attending and/or reply,
best regards, Cor Steeghs