PDA

View Full Version : Reverse a matrix on VBA



alineg
11-27-2015, 01:21 AM
Hello!
I'm trying to reverse a generic matrix on vba. In other words, I need to write a code whice will reverse a matrix of different size every time. I know the function Minverse on Excel but don't know how to include it on my code.
Can someone help me please? I'm trying all week and no success...

any suggestion?

Please help me!!!!!!!!!!!!!!!!!!!!!!!

Thank you!

Aflatoon
11-27-2015, 03:31 AM
application.WorksheetFunction.MInverse(your_array)
if that's what you mean?