arr2

  1. M

    VBA Copy data from Array to another help

    Hi all, I am learning more about Arrays but I got to this point & I am stuck & need some help here. So in "Sheet1" I have a list of data that spreads for about 17k rows & over 9 columns & in "Sheet2" I have list of values that I type in column A which then I am looping against my data from...
  2. L

    checking array values for matches

    Hi, I have an array for example arr(1) - mackeral arr(2) - Tuna arr(3) - Salmon arr(4) - Salmon arr(5) - Cod arr(6) - mackeral arr(7) - Tuna arr(8) - Cod arr(9) - Salmon arr(10) - Cod I need to check the arr values for any matches. So for example check arr(1) against arr(2) to arr(10) and so...
  3. I

    array loading

    Hi, Alternatives to Reduce Code Lines Sub Test() Dim arr ReDim arr(1 To 3, 1 To 2) arr(1, 1) = 10 arr(2, 1) = 5 arr(3, 1) = 4 arr(1, 2) = "a" arr(2, 2) = "k" arr(3, 2) = "n" End Sub

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