Checking data in 2 columns and sending email
Closed
                    
        
                    gregoryps
    
        
                    Posts
            
                
            8
                
                            Registration date
            Tuesday June  8, 2010
                            Status
            Member
                            Last seen
            June 11, 2010
            
                -
                            Jun 11, 2010 at 10:46 PM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 12, 2010 at 04:00 AM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 12, 2010 at 04:00 AM
        Related:         
- Checking data in 2 columns and sending email
- 텐타클 락커 2 - Download - Adult games
- Tmobile data check - Guide
- Display two columns in data validation list but return only one - Guide
- Five nights in anime 2 - Download - Adult games
- My cute roommate 2 - Download - Adult games
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
Jun 12, 2010 at 04:00 AM
    Jun 12, 2010 at 04:00 AM
                        
                    This line 
If rcell.Offset(0, 12).Value = ""
is saying that from the current cell, look 12 cells on right.
Current cell is a cell in column C. 12 columns to right will be column O
You want to offset by 19 to hit column V
            If rcell.Offset(0, 12).Value = ""
is saying that from the current cell, look 12 cells on right.
Current cell is a cell in column C. 12 columns to right will be column O
You want to offset by 19 to hit column V
