Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The text I have to format also comes in bold and I want to add to this macro
to make the bold print to normal, Thanks..... Columns("C:C").Select Range("C3343").Activate With Selection.Font .Size = 8 .Strikethrough = False .Superscript = False .Subscript = False .OutlineFont = False .Shadow = False .Underline = xlUnderlineStyleNone .ColorIndex = xlAutomatic End With Columns("D:D").Select Range("D3343").Activate With Selection .HorizontalAlignment = xlRight .VerticalAlignment = xlBottom .WrapText = False .Orientation = 0 .AddIndent = False .IndentLevel = 0 .ShrinkToFit = False .ReadingOrder = xlContext .MergeCells = False End With End Sub -- Thanks in advance.........Bob Vance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Gantt Charts with a Slight Twist | Charts and Charting in Excel | |||
Event Macro adjustment needed - need to change font color also | Excel Worksheet Functions | |||
Slight Problem | Excel Discussion (Misc queries) | |||
Slight "save" annoyance | Excel Discussion (Misc queries) | |||
Slight adjustment needed for Macro | Excel Programming |