findtext

  1. Y

    How to run a macro on only certain Colmuns

    Hi- I'm tying to run this macro on only column b-h. how do I select those columns instead of the whole sheet? Sub text() Dim Findtext As String Dim Replacetext As String Findtext = Sheets("sheet3").Range("b2").Value Replacetext = Sheets("sheet3").Range("a2").Value Sheets("sheet7").Select...
  2. C

    need to add a command to a formula

    I am using this code to search my worksheet and replace one name with another based on the values of two cells. Sub seekandreplaceexceptions() Dim Findtext As String Dim Replacetext As String Findtext = Range("AL1").Value Replacetext = Range("AL2").Value Cells.Replace What:=Findtext...

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