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!

Search results for query: *

  • Users: ADJ
  • Content: Threads
  • Order by date
  1. 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