Hi,
I do not know how to align text in cells. I've been trying .... and nothing.
With Excel.Range("A1", "D5")
.Font.Bold = True
.Font.Name = "Tahoma"
.Font.Size = 12
.Font.ColorIndex = 3
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
End With
Respect
Santa123
I do not know how to align text in cells. I've been trying .... and nothing.
With Excel.Range("A1", "D5")
.Font.Bold = True
.Font.Name = "Tahoma"
.Font.Size = 12
.Font.ColorIndex = 3
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
End With
Respect
Santa123