dataarrayrows

  1. T

    Using Collection instead of Array

    This code removes all rows if column E contains Oranges Dim DataArray() As Variant DataArray() = Sheet1.Cells(1, 1).CurrentRegion.Value Dim DataArrayRows As Long DataArrayRows = UBound(DataArray(), 1) Dim DataArrayCols As Long DataArrayCols =...
  2. T

    Collection slow

    I have some data (spanning a few hundred thousand rows) in column A, such as: Day Monday Tuesday Friday ClsData: Option Explicit Private pDayOfWeek As String Private pFruit As String Public Property Get DayOfWeek() As String DayOfWeek = pDayOfWeek End Property...
  3. T

    Optimising loop

    I have some data consisting of two columns, for example: Name Amount a 100 a 200 a 300 b 20 b 50 b 60 I want to calculate the Lower Quartile for every "block". By block I mean where the name is the same (ie in the sample...

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