Hi all,
I have a process that breaks down and exports particular data from a access query to excel, and i would like to format particular cells in trems of font and cell color.
I have the code to do this but i do not know the codes for the color ie the "ColorIndex"....
Excel.Cells(3, 3).Interior.ColorIndex = 12
does anybody know where i can find the list of available colors and their respective numbers????
i am after a kinda grey/gunmetal color...
many thanks.
Jnr.