Error "Range of object Global failed"
Solved/Closed
                    
        
                    adikademani
    
        
                    Posts
            
                
            5
                
                            Registration date
            Monday October 24, 2016
                            Status
            Member
                            Last seen
            November 24, 2016
            
                -
                            Oct 27, 2016 at 03:58 AM
                        
adikademani - Oct 27, 2016 at 01:59 PM
        adikademani - Oct 27, 2016 at 01:59 PM
        Related:         
- Error "Range of object Global failed"
- Counter strike global offensive download - Download - Shooters
- Object desktop - Download - Customization
- How to increase wifi range from router settings - Guide
- Apple airtags range - Guide
- Global mapper download - Download - Other
2 responses
                
        
                    TrowaD
    
        
                    Posts
            
                
            2921
                
                            Registration date
            Sunday September 12, 2010
                            Status
            Contributor
                            Last seen
            December 27, 2022
            
            
                    555
    
    
                    
Oct 27, 2016 at 11:04 AM
    Oct 27, 2016 at 11:04 AM
                        
                    Hi adikademani,
ActiveCell is already a range so change:
into:
Or use:
Best regards,
Trowa
            ActiveCell is already a range so change:
feat_ure = Range(ActiveCell).Value
into:
feat_ure = ActiveCell.Value
Or use:
feat_ure = ActiveCell.Offset(0, 1).Value
Best regards,
Trowa
