Cell.find
Closed
                                    
                        Fong                    
                                    -
                            May 14, 2010 at 05:46 AM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 14, 2010 at 06:05 AM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 14, 2010 at 06:05 AM
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
May 14, 2010 at 06:05 AM
    May 14, 2010 at 06:05 AM
                        
                    Replace cells with range. It would be either
Range(your range here).find
or
Range(your range here).cells.find
I think it is the later, you just have to test it.
            Range(your range here).find
or
Range(your range here).cells.find
I think it is the later, you just have to test it.