array2

  1. S

    Log Function Conversion VBA

    I would like to convert nominal data values into logarithmic values to understand rates of change. The data is in the form of an array and I would like to observe the log values given the first nominal value in the series compared to the current value. What formula can I use to do this if I...
  2. O

    [VBA] Extracting array items into another array

    In VBA I'm trying to generate an array (Array2) that takes values from another array (Array1) that meet a certain condition like the following code: Dim j As Long j = 0 For i = 0 To UBound(Array1) If Left(Array1(i), 4) = cnstVal Then ReDim Array2(j + 1) Array2(j) = Array1(i)...
  3. D

    Runtime error blues

    The snippet of code below is giving me fits. I have a couple of input boxes putting in the variable name and the Stub1 is the path and the name of the file. It is throwing an error when I point to the network. "Run-time error '1004': Method 'OpenText' of Object 'Workbooks' failed. I cannot...
  4. M

    VBA Code to copy charts from Excel into PowerPoint

    hello I need some help with a vba code that will copy various charts from 1 excel worksheet into 1 powerpoint slide. I know this is possible, but for some reason I cannot make heads or tails with various codes I've found online. This is my situation. I have an excel workbook with 16...
  5. S

    Use a defined array to derive a column/row of data to use MATCH function in INDEX function

    I have the following 2 arrays from A2:F7 (defined as Array1) and H2:M7 (defined as Array2) <tbody> Array1 Array2 6 7 8 9 10 60 70 80 90 100 1 A B C D E 10 1 2 3 4 5 2 F G H I J 20 6 7 8 9 10 3 K L M N O 30 11 12 13 14 15 4 P Q R S T 40 16 17 18 19 20 5 U V W X Y...

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