excel vba arrays

  1. C

    Using Arrays to look up Information.

    I am new to writing VBA., please bear with me. I have two worksheets I am using. Sheet1 is my source data and sheet2 is my output. What I am trying to do is look up the "calling Feature Description" from column "D" on sheet 2 and match it to the "Calling Feature Description" in column "A" on...
  2. B

    Error message in assigning array values in Excel rows to another sheet

    I get an error 1004: Method 'Range' of object'_Worksheet' failed. I have an Excel worksheet called "Open Items" and another called 'Closed Items' in an account reconciliation workbook. My code is successfully identifying consecutive-row matchups of WBS Element numbers (SAP) and amounts...
  3. P

    Dynamic Ranges (without range address unavailable) inside a Formula

    Hey Guys! I immensely need your help for the below scenario. I am trying to find a way to address range in a formula. The problem is that, the range is created dynamically. Please refer below image further. Here I have 2 tables say Table 1 & Table 2, these tables are snippets of my actual...
  4. B

    Get data from Array

    Not able to retrieve data from array. Please help. My code is as under: Sub test() Dim arr_data(1 To 100000, 1 To 30, 1 To 10) As Variant Dim at, at1, col_t, row_t As Integer Dim col_v, row_v, data_v As Variant For at = 2 To row_t For at1 = 2 To col_t col_v =...
  5. O

    Help with Arrays

    It's a good thing the message board doesn't charge by the question. Here's another question. I have this procedure that makes an array and includes the statements colcount = Column_input.Rows.Count - 1 by the way column_input is a range redim array1(colcount) newfunction(array1) etc...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top