T_Y_Raju
                (T Y Raju)
              
                
              
                  
                  
              1
              
             
            
              How to apply color to excel columns
i want to apply pale yellow color to the excel column
please let know the process
             
            
              
              
              
            
            
           
          
            
              
                lrtetala
                (Lakshman Reddy)
              
                
              
                  
                  
              2
              
             
            
              Hi @T_Y_Raju
Can you try the below
Excel.Sheet("Sheet1").Range("A1:A"+Excel.Sheet("Sheet1").DataTableValue.RowCount.ToString)
Cheers!!
             
            
              
              
              
            
            
           
          
            
              
                T_Y_Raju
                (T Y Raju)
              
              
                  
                  
              3
              
             
            
              
how can i do using workbook activity
             
            
              
              
              
            
            
           
          
            
              
                lrtetala
                (Lakshman Reddy)
              
                
              
                  
                  
              4
              
             
            
              @T_Y_Raju
How about the following?
ColorTranslator.FromHtml("#FFFF00")
Cheers!!
             
            
              
              
              
            
            
           
          
            
            
              you can create the VB scrip code for this.