vba arrays

  1. F

    VBA - Populate 270 by 366 sheet from large input workbook

    Crappola! Just spent 45 minutes posting VBA question. Answered phone, yakked, Mr. Excel timed out, and I lost the Thread. So, this time - highly summarized... Input sheet containing 150,000 + rows. Each row contains item, date, and amount. I want read each row and populate a 270 row by 366...
  2. F

    VBA split array into 2 arrays

    Is there an easy way to split an array into 2 smaller arrays. For example:FullArray(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15) Split this array into 2 arrays with first array containing the first 10 items and the second array containing the remaining items. SizePart1 = 10 SizePart2 = UBound(FullArray)...
  3. F

    Split an Array in VBA

    I need to do something like this that works in VBA for Excel: HowMany As Single FromEnd As Single LargeArray As Variant NewArray As Variant HowMany = 10 FromEnd = 5 LargeArray =(1,2,3,,,10000) NewArray = LargeArray.split(HowMany, FromEnd) That doesn't work in VBA. What I want is to take a...
  4. A

    tables from 4 sheets into a VBA array macro

    Hi ALL, I have data tables on 4 sheets. Each have 27 columns ( with same column headings ) but rows range from 500 to 29000. I want to create a macro to fetch data from all 4 sheets into a single array and paste it as a single table on fifth sheet as values. Is it possible?
  5. V

    Arrays F2 into VBE as arrays

    I have need for a function to be a part of the VBA code. {=IF(H47>0,CELL("address",OFFSET(TDC!B9,0,MATCH(LARGE(IF(TDC!B9:H9>0,(TDC!B9:H9)),N47),TDC!B9:H9,0)-1)), CELL("address",OFFSET(TDC!B9,0,MATCH(SMALL(IF(TDC!B9:H9>0,(TDC!B9:H9)),N47),TDC!B9:H9,0)-1)))} Not knowing how to write this directly...
  6. A

    VBA Variant Arrays help.

    Hi All, I have following returning Run-time Error type 13. Type mismatch. I don't understand why? dim WFMBlock1 as string dim WFMDR1 as variant dim Block1S , Block1E as long Block1S=2 Block1E=19 WFMBlock1 = ActiveWorkbook.ActiveSheet.Range(Cells(5, Block1S), Cells(36, Block1E)).Address...

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