mylastrow

  1. K

    LastRow Code Debug + Copy Formula in last row

    Hello, wondering if someone can help me. I have put together the below code but not sure why it isn't working. I am trying to copy my formulas in range B8:F8, to all the way down to the last row - this last row number is calculated from the data in another sheet. So e.g. in the School Payment...
  2. T

    VBA code - forgotten how to do this

    In column G are a list of Order Numbers In my macro I'm using "mylastrow" to identify the end of the data so in mylastrow +1 I need formula =min(G2:G & mylastrow + 1) then below =max(G2:G & mylastrow + 2) So simple but.....
  3. S

    Looping problem -

    Greetings Experts, I'm trying to look at the value of a cell in a range. In this case, the range is range("AK2", range("AK" & myLastRow) If the cell contains "L" input =IF(AL2=AJ2,TRUE, FALSE)) - 3 cells down (in "AN2") if the cell contains "KG" input...
  4. H

    VBA Inserting/Deleting rows

    Hello, I have set up the following code in VBA to insert rows into my table. Here is the code Dim myLastRow As Long myLastRow = Worksheets("Before n After Remap Review").Range("A7").End(xlDown).Row MsgBox prompt:="The last row is Row No. " & myLastRow Dim x As...

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