Hi Bob,
Thanks for your help. The error's occuring at the following section:
newvar.Find(What:=CGSYM, After:=ActiveCell, LookIn:=xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False, SearchFormat:=False).Select
Thanks!
I have the following code, trying to locate the same symbol in the range named newvar as the range i'm working with now. But even though I can find the symbol using Ctrl+F, the following code keeps giving me type mismatch error. Can someone help? Thanks!
Set newvar = Range(Cells(3, 1)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.