Реферат: Работа в программе Excel
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Selection.BorderAround Weight:=xlThin, ColorIndex:=xlAutomatic
Range("E4").Select
ActiveCell.FormulaR1C1 = "х1="
Range("E6").Select
ActiveCell.FormulaR1C1 = "х2="
Range("E4:E6").Select
With Selection.Font
.Name = "Arial Cyr"
.Size = 14
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlNone
.ColorIndex = xlAutomatic
End With
With Selection
.HorizontalAlignment = xlRight
.VerticalAlignment = xlBottom
.WrapText = False
.Orientation = xlHorizontal
End With
Selection.Font.Bold = True
Range("F4").Select
ActiveCell.FormulaR1C1 = _