vba formula dynamic range

  1. G

    VBA - find last row and add formula

    Hi all, I need your help for a VBA code that does the next: Find first blank cell in column A (I have this) : Range("A" & Rows.Count).End(xlUp).Offset(1).Select Once you found the last column from A, I need to populate this formula till last row based on column G : =G4. So I will have...
  2. D

    Using defined names with range.formula property

    Hi all I currently have a formula as listed below within my VBA script which all works great, however, when it populates the formula into the cell it inserts the underlying value of the named range instead of referencing the named range. The named range "MinimumIncomeThreshold" is pointing to...
  3. L

    Trying to add 3 cells together with VBA

    So i have some cells that move around, but i can find them by referenceing something else. So i want to add these cells together. mnow here is my code. However i can not get excel to calculate it until i click on it. Any help? Dim MS As String Dim MSC As String Dim MF As String Dim ADD As...
  4. L

    Type Mismatch: Formula with Range.

    Hi! I've been reading along on this forum for the past few weeks, and I've always found answers to my questions. Great community! :) This time though, I couldn't find a solution, so here I am... I have the following code: Dim MyRange As Range Set MyRange = Range("Data!B8"...

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