Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set shp = ActiveSheet.Shapes.AddShape(msoShapeRectangle, 10, 10, 50, 50)
With shp … .Fill.ForeColor.RGB = RGB(255, 255, 255) … .TextFrame.Characters.Font.Color = RGB(0, 0, 0) … End With The code: .TextFrame.Characters.Font.Color = RGB(0, 0, 0) gives results <grey not <black why ? is there any syntax error ? Many thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Format for font color using font color | Excel Worksheet Functions | |||
Changing Font color based on font type or size | Excel Discussion (Misc queries) | |||
How to change the default Border, Font Color, and Cell Color | Excel Discussion (Misc queries) | |||
My fill color and font color do not work in Excel Std Edition 2003 | Excel Discussion (Misc queries) | |||
VBA syntax for Font & Interior ColorIndex | Excel Discussion (Misc queries) |