Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ADJ

  1. ADJ

    How can I solve a matrix from VB with Excel commands?

    Thanks to YAKPOL Also your solution goes OK. The problem is how to get the solution of an other matrix (MInverse). I think that I should capture it with a sheet ¿isn’t it? Have anybody used Mathematica libraries with VB? Alan D.J. Atkinson atkinson@unex.es
  2. ADJ

    How can I solve a matrix from VB with Excel commands?

    Thanks a lot!!!! It works OK !!! I have used the same method to get the solution of an inverse matix (with an other sheet and calling cell by cell) Thanks again! Alan D.J. Atkinson atkinson@unex.es
  3. ADJ

    How can I solve a matrix from VB with Excel commands?

    I would like to know how could I get a solution to solve a matrix from VB using a Excel command. For exemple, I try to solve a determinant: 1 2 3 4 = -2 Dim obj As Excel.Application Set obj = CreateObject("Excel.Application") Solution = obj.Application.MDeterm(1,2;3,4) But VB...

Part and Inventory Search