I am trying to find a script that will search a range ("B29:B28") for a string. The string will come from a variable, lets call it value. I will also be copying this, but for now lets just select it.
So:
function findText() {
find(value in range("B29:B28")
make cell containing text active
}
Obviously this code is just what I want, not any type of code.
Thanks for any help!