Macro Intro
Say you are a project manager in charge of software implementations. How would you handle updating all the necessary implementation spreadsheets with the new client name, contacts, tasks, and deadlines? This can be a time consuming task when transiting to new clients which is why we created the Excel Find and Replace across Multiple Projects macro! This is an Excel macro that will Find and Replace values in Multiple Excel Workbooks. This macro references 3 columns in Excel. In Column A are the values to Find. In the adjacent cell in column B is the value that will Replace what is found. Column C is optional allowing you an opportunity to populate the full path to any Excel Workbooks you want to search through. If nothing is populated in the Column C this macro will loop through all of the Excel Workbooks available in the Active Excel Workbook’s Folder Path. Once a Excel Workbook is opened this macro will loop through every Find and Replace value placed in Column A and Column B. This Excel macro is a great way to maintain Projects that are routinely changing information.See it in Action
Watch this video to see this macro in action.***Video coming soon!***
Code
Here is the code for this macro. Make sure the following References are setup before running it: Visual Basic For Applications, Microsoft Excel 16.0 Object Library, Microsoft Office 16.0 Object Library, OLE Automation![](https://leveragelean.com/wp-content/uploads/2022/06/Leverage-Lean-Click-to-Access-FREE-Macro.png)