Highlighting cells within a loop
Closed
                                    
                        KingTut                    
                                    -
                            May 24, 2010 at 02:33 PM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 25, 2010 at 05:20 PM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 25, 2010 at 05:20 PM
        Related:         
- Highlighting cells within a loop
- Fruity loop for mac - Download - Musical production
- Microsoft loop download - Download - Organisation and teamwork
- Based on the values in cells b77 ✓ - Excel Forum
- Game loop download for pc - Download - Android emulators
- Based on the values in cells b77 b88 ✓ - Excel Forum
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
May 25, 2010 at 05:20 PM
    May 25, 2010 at 05:20 PM
                        
                    Use macro record to do this. You will get the code for highlighting the rows/range
some thing like
range("A1:F1").interior.color = rgb(255,0,0)
            some thing like
range("A1:F1").interior.color = rgb(255,0,0)
