Hola, Guido.
Lo que @vishal.kp menciona es cierto.
Primero debes definir tu rango. Si planeas buscar en toda la hoja la palabra “Contestador” tu sintaxis en “Where to search” debe ser asì Excel.Sheet("Hoja1")
Si tu rango a buscar la palabra es especifico (por ejemplo una columna solamente) el rango debe ser asì: Excel.Sheet(“Sheet1”).Range(“A:A”)
En donde dice “Value to find”; haz click en Text e introduce “Contestador”
En donde dice “Replace with”; haz click en text e introduce “No contactado”.
Si la respuesta te ayudo marcala como Resuelta.
Hi Guido.
What @vishal.kp mentions is true.
First you must define your range. If you plan to search the whole sheet for the word “Answering Machine” your syntax in “Where to search” should be like this Excel.Sheet("Sheet1")
.
If your range to search for the word is specific (for example one column only) the range should look like this: Excel.Sheet(“Sheet1”).Range(“A:A”)
Where it says “Value to find”; click on Text and enter “Contestadora”.
Where it says “Replace with”; click on text and enter “No contactado”.
If the answer helped you mark it as Solved.