Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am referencing a Excel object from a VB 6.0 application
and I can't set the font color of an individual cell. How do you do it? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Cells(1, 1).Font.ColorIndex = 3
3 = Red Other #s = other colors - Piku -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use ColorIndex
Range("a1:a10").Font.ColorIndex = 3 -- Regards Ron de Bruin (Win XP Pro SP-1 XL2000-2003) www.rondebruin.nl "Mark" wrote in message ... I am referencing a Excel object from a VB 6.0 application and I can't set the font color of an individual cell. How do you do it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|