Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() What am I doing wrong? I am trying to change the font style of cells with text values in them but they still all show up as Arial. The font size, bold, and alignments work, though. Why not the style? .Range("D1", "I1").Borders.LineStyle = xlLineStyleNone .Range("A3", "K5").HorizontalAlignment = xlHAlignCenter .Range("A3", "K5").Font.FontStyle = "Century Gothic" .Range("A3", "K5").Font.Size = 12 .Cells(1, 4).Font.FontStyle = "HLV" .Cells(1, 4).Font.Size = 14 .Cells(1, 4).Font.Bold = True .Cells(5, 1).Font.Bold = True -- justme0010 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() ActiveCell.Font.Name = "Century Gothic" '-- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "justme0010" wrote in message What am I doing wrong? I am trying to change the font style of cells with text values in them but they still all show up as Arial. The font size, bold, and alignments work, though. Why not the style? .Range("D1", "I1").Borders.LineStyle = xlLineStyleNone .Range("A3", "K5").HorizontalAlignment = xlHAlignCenter .Range("A3", "K5").Font.FontStyle = "Century Gothic" .Range("A3", "K5").Font.Size = 12 .Cells(1, 4).Font.FontStyle = "HLV" .Cells(1, 4).Font.Size = 14 .Cells(1, 4).Font.Bold = True .Cells(5, 1).Font.Bold = True -- justme0010 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to write a formula to set the Font Style? | Excel Discussion (Misc queries) | |||
How do I change sheet notation from R1C1 style to A1 style in XL 2 | Setting up and Configuration of Excel | |||
font style of worksheet functions | Excel Worksheet Functions | |||
how do i get font style back on toolbar? | Excel Discussion (Misc queries) | |||
Icon button - font/style | Excel Discussion (Misc queries) |