Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following snippet of code is supposed to change the value in the
8th column row the row MatchLineNum to "Yes" and then change the first 22 columns of that row to black font. With Sheets("Macquarie Commissions") ..Cells(MatchLineNum, 8).Value = "Yes" ..Cells(MatchLineNum, 22).Font.ThemeColor = xlThemeColorLight1 End With The "Yes" part works fine. The font colour change on the other hand doesn't do anything at all. The font colour remains the same as it was before the macro was run. Why? Travis |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change font colour | Excel Discussion (Misc queries) | |||
Change font colour | Excel Discussion (Misc queries) | |||
Change Font Colour in VB Q | Excel Programming | |||
Change font colour | Excel Discussion (Misc queries) | |||
Change font colour for whole row | Excel Worksheet Functions |