find and replace code

  1. P

    Anonymisation using excel macro / find and replace

    I recently read the following article on using find and replace to correct typos in city names based on a list of corrections Find and Replace based on a List I was wondering if the same principals couple be applied for a large scale anonymisation of a dataset replacing peoples names such as...
  2. C

    Find and Place Formula

    Hello, I am struggling to figure out a Find and replace formula for the following parameters: Formula to run in entire spreadsheet Find: "id": "0-site-151-interior" and "target": "14-site-151-parking" I am targeting the numbers I have highlighted in red to replace with a different number...
  3. L

    Help!! Not sure how to write this simple code. NEWBIE Find and Replace

    I am working on a <acronym title="visual basic for applications">VBA</acronym> to Find from Column B (Sheet 2) and Find in (Sheet 1) and Replace the value = Column B in Sheet 2 of which = Column A (the replacement value.) When I run the macro it works, but I have multiple values = to the same...
  4. S

    Excel macro for 'find and replace' values loop

    Hi, I have an Excel doc containing a table with 4 columns - Contact Name, Contact Company, Contact Job Title, Owner. The Owner column (col. D), displays the names of any and all company personnel (past and present) who know that particular contact. If there are multiple Owners, each name is...
  5. R

    Need help with VBA and Find and Replace Function - Can't get it to run

    Hello, I am hoping someone can help me with this.... I am trying to do create a macro to substitute part of a formula in column 'S', cells '1-254' on the worksheet “Original_Formula_Sheet" (so the range is 'S1:S254'). The formula essentially has a $503 absolute variable in it, and I need to...
  6. M

    Multiple Find and Replace

    Hello, I was successfully using this Multiple Find & Replace code (which is on several websites) for the last 2 years at my job and now it's been a few weeks it doesn't work anymore. I spent several hours researching a solution and trying a few tweaks but my knowledge in VBA is very little and I...
  7. P

    Why this simple task is seriously difficult?

    Target Code: ' Insert Add-In menu with generate button and check trial/retification on workbook open Private Sub Workbook_Open() ' Call Trail/Rectificaton function Call objClsGeneral.fnTrial_OR_Recertification_versionCheck("Recertification", "09-Jan-2015", "SomeAppName") Set objcmd =...
  8. K

    Find and Replace in all excel files

    Hi all, Need a macro/vba/tool that allows me to find and replace in all opened excel files, at once. If not, an external tool that allow me to drag & drop files, because I have dozens of files in different folders. Can you help me? Thank you very much :)
  9. E

    Search Box Embedded into Worksheet or VBA for Find and Replace

    There are a MILLION close variations on this question, but I cannot find an EXACT solution. I need a way for my end user to type a word into a search box embedded into my worksheet. Then, I want excel to find each occurrence of that word, one at a time, searching only the active worksheet. Each...
  10. P

    replace values based on condition

    May data looks like A B C Time Calls Feed Type 1230 100 Triple I've written a macro that finds the Triple in column C then copies the entire row and inserts the row 2 times below as listed. A B C Time...
  11. S

    VBA to find and replace down a column

    Hi :) Each cell in column H of my worksheet "Data" is either a 1 or a 0. I would like to search down the column for a pattern of cells that matches 1, 0, 0, 0, 1, then change those 0s to 1s. So the data could be: <tbody> H 2 1 3 0 4 0 5 0 6 1 </tbody> And the code...
  12. M

    Find & Replace Hopeful

    Good morning! I'm working on a project for a client entering in parts & numbers. I am very anal with my work and this is what i need to do. I need to replace some measurement abbreviations with the correct one. Example: Seal, Od, 36 X 52 X 8 mm I would like it to read: Seal, OD, 36 X 52 X 8...
  13. S

    How to loop this code?

    Hi I would like to use a loop to do a find and replace in excel. Here is the code Any help is appreciated. Thanks Schnellvin
  14. M

    Find and replace in string using values from another column

    I need to find and replace text in column A by matching the values in Column B with part of the string in the cells in column A. When there is a match in Column A this value should be replaced by the text in Column C. What I need is a VBA macro that can search for all the column B-values in...
  15. S

    Find % and Replace Code in loop format, need vb code

    Hi Need to creat vb code to Replace % and add code for each % in loop number format Input File %a,Qing-Ze Jiao m.j.l. %a.b*,Zhou-Ling Tian k. l. %a*.b,Yun ZhaoFaa Maa %a.b.c*,Deepak T.N.L. %a.b*.c,kiran m. l. k.# out put $#AI1.a,Qing-Ze Jiao m.j.l. $#AI2.a.b*,Zhou-Ling Tian k. l...

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