Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I want to create a function in vba that performs the following calculation: {=MMULT(A,B)} A B A*B 1 3 4 6 19 27 2 4 5 7 28 40 I want to select the appropriate range,the function box to pop up so that I could select A then B and then get the same result that I've obtained in worksheet. Function AxB (A,B) as variant AxB = Application.WorksheetFunction.MMult(A, B) End Function What should I change or add to the above function to do what should be done? Thank you in advance Gabriel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Matrix multiplication using sumproduct | Excel Worksheet Functions | |||
Matrix Multiplication | Excel Discussion (Misc queries) | |||
Matrix Multiplication | Excel Worksheet Functions | |||
matrix multiplication | Excel Worksheet Functions | |||
matrix multiplication | Excel Programming |