Реферат: Работа в программе Excel
.WrapText = False
.Orientation = xlHorizontal
End With
With Selection
.HorizontalAlignment = xlCenterAcrossSelection
.VerticalAlignment = xlBottom
.WrapText = False
.Orientation = xlHorizontal
End With
With Selection.Font
.Name = "Arial Cyr"
.Size = 14
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlNone
.ColorIndex = xlAutomatic
End With
Selection.Font.Bold = True
Selection.Font.Italic = True
Range("A4").Select
ActiveCell.FormulaR1C1 = "А="
Range("A5").Select
ActiveCell.FormulaR1C1 = "В="
Range("A6").Select
ActiveCell.FormulaR1C1 = "С="
Range("A4:A6").Select