MSFlexGrid cell color change 
Author Message
 MSFlexGrid cell color change

MSFlexGrid cell color change

All,    I am trying to change colors in a select cell using MSFlexGrid.
It is easy enough to change colors in all the cells but I am not having
any luck changing in a single selected cell. Does anyone know how. All
help is appreciated. Thanks in advance

Homer Cates

Sent via Deja.com http://www.*-*-*.com/
Share what you know. Learn what you don't.



Mon, 03 Dec 2001 03:00:00 GMT  
 MSFlexGrid cell color change

on Thu, 17 Jun 1999 08:02:33 GMT bearing the
following fruit:

Quote:
>MSFlexGrid cell color change

>All,    I am trying to change colors in a select cell using MSFlexGrid.
>It is easy enough to change colors in all the cells but I am not having
>any luck changing in a single selected cell. Does anyone know how. All
>help is appreciated. Thanks in advance

>Dim lngFile As Long

Here's an example.

With MSFlexGrid1
  .Col = 1
  .Row = 1
  .CellBackColor = vbRed
End With

Hope that helps,

Drac



Mon, 03 Dec 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Changing MSFlexGrid Cell Color w/o Changing Focus?

2. MSFlexGrid - Change individual Cell or Row Colors?

3. How to change cell color or font color when data changed

4. How to change cell color or font color when data changed

5. MSFlexGrid - slow coloring of cells

6. colored text in only 1 cell of MSFlexGrid

7. Changing Cell Values in MSFlexGrid

8. MSFlexGrid Changing the attributes of specific Cells

9. (MSFlexGrid)Changing Backcolor of Any Cell without modifying Row &Col Value

10. Changing cell colors in a pivotTable?

11. Macro/VBA Code for changing the cell shade color

12. question on changing row color by specified cell value in winform datagrid

 

 
Powered by phpBB® Forum Software