Created
          December 24, 2019 01:42 
        
      - 
      
 - 
        
Save kerrypnx/a69014b444c2e0a853a47badcd7313a9 to your computer and use it in GitHub Desktop.  
  
    
      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
    
  
  
    
  | bColumnCount = Cells(Rows.Count, 2).End(xlUp).Row | |
| ActiveSheet.Range("B40 : B" & CStr(bColumnCount)).Select | |
| itemsArr = ActiveSheet.Range("B40 : B" & CStr(bColumnCount)) | |
| MsgBox itemsArr(1, 1) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment