How to apply color to excel column

How to apply color to excel columns
i want to apply pale yellow color to the excel column
please let know the process

Hi @T_Y_Raju

Can you try the below

Excel.Sheet("Sheet1").Range("A1:A"+Excel.Sheet("Sheet1").DataTableValue.RowCount.ToString)

Cheers!!

how can i do using workbook activity

@T_Y_Raju

How about the following?

ColorTranslator.FromHtml("#FFFF00")

Cheers!!

you can create the VB scrip code for this.