Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/01/2007, 07:44
Avatar de tazzito
tazzito
 
Fecha de Ingreso: agosto-2006
Mensajes: 381
Antigüedad: 17 años, 9 meses
Puntos: 2
Re: poner color a msflexgrid

veamos,

con el codigo que indico a continuacion cambio las propiedades de una celda:

with grillainfo
.Row = 0: .Col = 4
.CellFontBold = True '-Negrita
.CellFontName = "Times New Roman" '- tipo de letra
.CellFontSize = 10 '-Tamaño
.CellFontUnderline = True '- subrayado
.CellForeColor = cColorRojo '- color de letra
end with