Results 1 to 18 of 18

Inverse Matrix

Threaded View

  1. #1
    Registered User
    Join Date
    11-25-2008
    Location
    Poland
    Posts
    25

    Inverse Matrix

    Hello.

    Application.Sheets.Add
    Application.ActiveSheet.name = "Inverse"
    
    For i = 1 To Rows
    For j = 1 To Columns
    
    Sheets("Inverse").Range("A1").Offset(i, j) = Mtrx(i, j)
    
    Next
    Next
    It is my code to put values from my Array to the excel Workbook
    User gives i and j.

    How to make a macro, which will make an Inverse Matrix of Mtrx(i,j) ??
    I have just tried with Recording Macro, but it does not work...
    Please save me and help me
    Last edited by adashiu; 12-02-2008 at 07:35 PM. Reason: mistake

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1