Seba Robles
Board Regular
- Joined
- May 16, 2018
- Messages
- 73
- Office Version
- 2019
- 2016
- Platform
- Windows
Hello,
I'm not very familiarized with loops and would like your help.
I'm trying to create a code where I will Find text from a named range and Replace it from a List
I want to create a code that finds the text of myRange in Sheet 1 and replaces it with the replacement of the list in column B Sheet 1.
The code should go through every row of the list in Sheet 2 and replacing it in myRange of Sheet 1 only.
Can you guys please help me out? Thanks in advance!
I'm not very familiarized with loops and would like your help.
I'm trying to create a code where I will Find text from a named range and Replace it from a List
Sheet 1 has myRange named
Sheet 2 has a List; Column A myFind and Column B myReplace
myFind is the text I want to find from the myRange in Sheet 1
myReplace is the text I want to replace it with
Sheet 2 has a List; Column A myFind and Column B myReplace
myFind is the text I want to find from the myRange in Sheet 1
myReplace is the text I want to replace it with
I want to create a code that finds the text of myRange in Sheet 1 and replaces it with the replacement of the list in column B Sheet 1.
The code should go through every row of the list in Sheet 2 and replacing it in myRange of Sheet 1 only.
Can you guys please help me out? Thanks in advance!