Hide/Unhide an Autoshape or Picture in Excel
Solved/Closed
        Related:         
- How to hide picture in excel
- Picture manager download - Download - Image viewing and management
- How to hide steam comments - Guide
- How to hide call history in whatsapp ✓ - WhatsApp Forum
- How to insert a picture into a picture in word - Guide
- Excel mod apk for pc - Download - Spreadsheets
4 responses
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
May 10, 2010 at 08:16 AM
    May 10, 2010 at 08:16 AM
                        
                            
                    Use the properties 
.visible = true and .visible = false
ActiveSheet.Pictures("Picture 2").Visible = True
            .visible = true and .visible = false
ActiveSheet.Pictures("Picture 2").Visible = True
