Results 1 to 3 of 3

Thread: Arrays in VBA errors

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Newbie
    Joined
    Jun 2020
    Posts
    1
    Location

    Arrays in VBA errors

    Colleagues, I wrote a function in VBA to calculate the values of a two-dimensional array.
    The principle of operation (I want to) is as follows:
    1. The values entered were read and written in a single array;
    2. Based on the elements of this array, the values of the two-dimensional array were calculated. In this case, the formula for the first column of the two-dimensional column and the rest column is different.
    3. The output of the results on the tab.

    Alas, the function does not work without any error detailing.

    Please tell me where you can look to find the error.

    Thanks for your support"
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

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