Placeholder in find code
Hi,
Can I use a placeholder in code to execute a find statement?
My code currently looks like this;
Set rngFound = rngToSearch.find("G25KT")
Yet the 25 is a variable number so wanted to express it something like
this;
Set rngFound = rngToSearch.find("G"& 00 & "KT")
|