Delete whole line with highlighted word
Closed
                                    
                        Cico                    
                                    -
                            Sep 12, 2010 at 04:28 AM
                        
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Sep 12, 2010 at 07:43 AM
        venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Sep 12, 2010 at 07:43 AM
        Related:         
- Cicosep
- Ms word mod apk for pc - Download - Word processors
- Sed delete line - Guide
- How to delete part of a table in word - Guide
- Ms word pdf extension - Download - Other
- Word full screen - Guide
1 response
                
        
                    venkat1926
    
        
                    Posts
            
                
            1863
                
                            Registration date
            Sunday June 14, 2009
                            Status
            Contributor
                            Last seen
            August  7, 2021
            
            
                    811
    
    
                    
Sep 12, 2010 at 07:43 AM
    Sep 12, 2010 at 07:43 AM
                        
                    in a sample workhsheet highlight some cells and then run this macro 
before using this macro to your original file KEEP A COPY OF THE ORIGINAL FILE SAFELY SOMEWHERE FOR RETRIEVAL.
            Sub test()
Selection.EntireRow.Delete
Range("A1").Select
End Sub
before using this macro to your original file KEEP A COPY OF THE ORIGINAL FILE SAFELY SOMEWHERE FOR RETRIEVAL.
