.replace

  1. M

    Keeping key words in row data and delete the rest of the rows Macro updating Please

    Good Afternoon could someone please update my Macro below it only keeps row data that contains data between ## ^^ ** i would like to replace with the following 3 unique data starting in A10 down MON: Data Sent SURVEY: many thanks Sub DelRws_v2() Application.ScreenUpdating = False...
  2. T

    Struggling with finding a method to find and replace data

    Hello, I seem unable to find a way to first copy n paste say Column B:B to sheet2 say A:A (I do this fine lol) Then I want to run a find and replace on Sheet1 col b:b without the find & replace doing the same thing to sheet2. As I want to then copy sheet2 a:a to sheet1 a:a to create my cross...
  3. S

    VBA Replace number with ""

    Is there a way to replace numbers with blanks. Example: .replace what:="number", replacement:="" I want to replace all numbers.... Thanks!
  4. S

    Long Array issue with VBA

    It was one thing to write this formula and have success but getting it to VBA has been killing me. I Couldn't use Vlookup to return items as one lookup value may have several entries and several results on the opposing sheet. So I concocted the formula below. Then I tried to put it into my maco...
  5. K

    Sorting

    The cut and sort feature is not working. I need it to look in column 3 and if any of the 3 names appear cut and place them at the bottom after the sort placing 3 empty rows between the final row and the ones I am pasting. Here is the code...
  6. J

    .Replace not working

    Guys, i have a simple code: With Rows("3") .Replace What:=",", Replacement:="", LookAt:=xlPart, _ SearchOrder:=xlByRows, MatchCase:=True, SearchFormat:=False, _ ReplaceFormat:=False End With The goal is to change the regional settings. I want to get rid of ","...
  7. K

    Skip

    I have a vb looking to pull rows that return a certain value and place at the bottom, but it errors if it doesnt find a row with that name. Sometimes the sheet will have it and sometimes not, how do I tell it to ignore it and move on if that name doesnt appear. Here is the code so far: With...
  8. T

    Make several replacements at once (array)

    Good day fellas, I was trying to use this Sub Macro1()Dim Arrreplc As Variant 'Making Replacements all at once Arrreplc = Array("(", ")", " ", "-") With Range("D2:D9") .Replace What:=Arrreplc, Replacement:="", LookAt:=xlPart, _ SearchOrder:=xlByRows, MatchCase:=False...

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