lrow1

  1. W

    Run code depending on row number

    Hi All, I have some code I want to run which compares the last found value in one column with another. Depending on the row number, I want to do different things. Code: lRowWS1 = sht1.Cells.Find("*", searchorder:=xlByRows, searchdirection:=xlPrevious).Row lRow1 = sht1.Cells(sht1.Rows.Count...
  2. T

    How can I make this macro repeat but update the range to the next row?

    Hi everyone, I have this macro that works great However if i could get it to repeat the exact same macro just changing "Actn1 = Sheets("Control").Range("C2")" from range C2 to C3, C4, C5 etc until it had done all the names in the row that would be great. any ideas? Sub FilterExp1()...
  3. N

    Color Fill on Cells

    I am trying to figure out how to change the fill color on each row of data that contains has a matching value from another spreadsheet. My code works but it is filling the entire row across all of the columns on the spreadsheet, I would like to only fill the columns that have data in them...in...
  4. T

    refresh button

    I'm using the code at the bottom to highlight specific numbers in color. problem is some times when I add new data the code does not auto color the new data unless I go to "Developer, View Code," and hit the "RunSub/UserForm" play button. is there a way I can have that button on my excel sheet...

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