Problem with script in Excel
Solved/Closed
                    
        
                    josh07429
    
        
                    Posts
            
                
            14
                
                            Registration date
            Friday June 23, 2017
                            Status
            Member
                            Last seen
            November 20, 2017
            
                -
                            Updated on Jun 29, 2017 at 03:21 AM
                        
josh07429 Posts 14 Registration date Friday June 23, 2017 Status Member Last seen November 20, 2017 - Jun 26, 2017 at 05:35 PM
        josh07429 Posts 14 Registration date Friday June 23, 2017 Status Member Last seen November 20, 2017 - Jun 26, 2017 at 05:35 PM
        Related:         
- Problem with script in Excel
- Excel mod apk for pc - Download - Spreadsheets
- Gif in excel - Guide
- Kernel for excel repair - Download - Backup and recovery
- Number to words in excel - Guide
- Ubuntu startup script - Guide
 
        
    
    
    
    
Jun 26, 2017 at 04:48 PM
Dim b As Long
For b = 1 To 5000
If (ActiveSheet.Range("$J$" & b) = 0) Then
ActiveSheet.Range("$H$" & b) = ""
End If
Next
End Sub
I appreciate the reply :)
Jun 26, 2017 at 04:51 PM
Jun 26, 2017 at 04:54 PM
Jun 26, 2017 at 04:58 PM
Jun 26, 2017 at 05:35 PM
Many thanks :))