Sleeper: Create VBA Function from VBA Macro - Inverse of Matrix in Excel VBA
I have a file: Gauss Jordan for Inverse of Matrix 2.xlsm with a matrix in sheet1. I had a macro (GaussJordan) to replace this matrix to its inverse matrix.
My problem here is to create VBA Function to compute inverse of matrix that bases on Macro code.
Please help me.