Activate Cells after Data Entry @A1 or Cell 1
Closed
                                    
                        Madz                    
                                    -
                            Feb 28, 2016 at 07:35 PM
                        
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Mar 1, 2016 at 11:25 AM
        TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Mar 1, 2016 at 11:25 AM
        Related:         
- Jikage rising arc 2 apk download
 - Tentacle locker 1 - Download - Adult games
 - Igi 1 download - Download - Shooters
 - Fnia 1 apk - Download - Adult games
 - Lava a1 reset code - Phones, PDA & GPS Forum
 - How to format Lava mobile? ✓ - Phones, PDA & GPS Forum
 
1 response
                
        
                    TrowaD
    
        
                    Posts
            
                
            2921
                
                            Registration date
            Sunday September 12, 2010
                            Status
            Contributor
                            Last seen
            December 27, 2022
            
            
                    555
    
    
                    
Mar 1, 2016 at 11:25 AM
    Mar 1, 2016 at 11:25 AM
                        
                    Hi Maden,
Once you have unblocked cell A1 and protected your sheet, then use the following code:
Best regards,
Trowa
 
 
                
                
            Once you have unblocked cell A1 and protected your sheet, then use the following code:
Private Sub Worksheet_Change(ByVal Target As Range) ActiveSheet.Unprotect Target.Offset(1, 0).Locked = False ActiveSheet.Protect End Sub
Best regards,
Trowa