xuan_minh012007
Thành viên mới
- Tham gia
- 7/6/08
- Bài viết
- 20
- Được thích
- 10
PHP:
Sub Macro3()
ActiveCell.FormulaR1C1 = "Chµo ¤ng chñ"
Range(Selection, Cells(ActiveCell.Row, 1)).Select
Range("A1:D1").Select
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlBottom
.WrapText = False
.Orientation = 0
.AddIndent = False
.IndentLevel = 0
.ShrinkToFit = False
.ReadingOrder = xlContext
.MergeCells = False
End With
Selection.Merge
Selection.Font.Bold = True
With Selection.Font
.Name = ".VnTimeH"
.Size = 12
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
.ColorIndex = xlAutomatic
End With
Selection.Font.ColorIndex = 3
Range("A1:D1").Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlDouble
.Weight = xlThick
.ColorIndex = xlAutomatic
End With
With Selection.Borders(xlEdgeTop)
.LineStyle = xlDouble
.Weight = xlThick
.ColorIndex = xlAutomatic
End With
With Selection.Borders(xlEdgeBottom)
.LineStyle = xlDouble
.Weight = xlThick
.ColorIndex = xlAutomatic
End With
With Selection.Borders(xlEdgeRight)
.LineStyle = xlDouble
.Weight = xlThick
.ColorIndex = xlAutomatic
End With
Selection.Borders(xlInsideVertical).LineStyle = xlNone
Range("A1:D1").Select
End Sub
Các Anh chị cho em hỏi, làm thế nào để các chữ mình đánh hoặc các định dạng trong Macro nó chậy thật chậm. VD: Đánh đoạn chữ: "Chào ông chủ" thì làm sao để ta nhìn thấy từng chữ 1 xuất hiện: C sau 1 hoặc 2 giây đến chữ H và tiếp tục chữ A...
Vậy ta phải thêm đoạn code gì để cho nó chạy chậm được như thế?
Chỉnh sửa lần cuối bởi điều hành viên: