Last active
          January 10, 2021 13:34 
        
      - 
      
- 
        Save thoriqmacto/0346a438c04fc9f7bec2 to your computer and use it in GitHub Desktop. 
    find lastrow using vba
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 'For columns which has non-blank cells | |
| Range("A" & Rows.Count).End(xlUp).Row | |
| 'For columns which has active cells | |
| Range("A1").SpecialCells(xlCellTypeLastCell).Row | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment