Hello-
The .Find function does not work if the range (myRange) contains formulae. But it works, when I copy/paste values in the range. Please suggest how I can make it work without copy/paste
set findText= .Range("myRange").Find(What:=myText, lookat:=xlWhole, MatchCase:=False, SearchFormat:=False)
Thanks.
The .Find function does not work if the range (myRange) contains formulae. But it works, when I copy/paste values in the range. Please suggest how I can make it work without copy/paste
set findText= .Range("myRange").Find(What:=myText, lookat:=xlWhole, MatchCase:=False, SearchFormat:=False)
Thanks.