Zack's suggestion will search the cells which is much faster then a loop. If you only want to know if there is one or more then we don't need a loop.
Change rngF to your range and get rid of the Loop.
If Not rngC Is Nothing Then 'We have an error Else 'No error End Sub