Is there any way to assign two dimensional array of colors directly to excel cells?
In one shot we can assign cell values using Range.Value=Values[,], but I am not able to assign Colors[,] to these cells in one shot. Any kind of help will be appreciated.
Steps:-
Step 1: Assign
Colorsarray to Excel Cells.Step 2: Write macro to color selected range of colors in a System.String
Step 3: Run macro written in Step 2
Step 4: Assign
Valuesarray to Excel cells.Thats it…in two shots you can color code your excel cells.