.formulaarray

  1. S

    Splitting Formula - Better way?

    So I have a number of formulas that are currently in-cell. I am converting the workbook to VBA and so would like to use the .FormulaArray and .FormulaR1C1 to place the formula in the columns. However, I have found that those two pieces of code have a 255 character limit of what they can place...
  2. N

    With Range and AutoFill Question

    Hi, I have a simple with formula but it's not copying down correctly. Sheets("WOs (DSP Only)").Select With Worksheets("WOs (DSP Only)") With .Range("A2:A" & Lastrow) .Formula = "=L2&""-""&K2&""-""&Z2&""-""&X2" End With With .Range("B2:B" & Lastrow) .FormulaArray =...
  3. C

    ranking with vba

    Hello im trying to do a ranking with vba this is the summary of my code : Dim RR1 As Range Dim RG1 As Range Dim rule1 As Variant rule1 = ComboBox5.value Set RR1 = ActiveSheet.Range(ActiveSheet.Range("C4").End(xlToRight).Offset(1, 6), ActiveSheet.Range("C4").End(xlToRight).Offset(1...

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