The question is very simply
I want to colorize the cells interior using a color present in theme colors dialog.
In this way the user can manipulate an excel workshet using the same color i an easiste way
oAs:Range( "A1:K1" ):Interior:Color:= RGB( 244, 176 , 132 )
in my opinion an expression like this does not set a color present in theme colors dialog
oAs:Range( "A1:K1" ):Interior:Color:= Interior:ColorIndex := 40
Bye to all
Marco