O
Osiris
How would I put a BIG text item and a small text item together in a
cell of a table ?
I tried this:
With .Range
.Font.Size = 16
.Text = "tues"
End With
With .Range
.Font.Size = 8
.InsertAfter = "day"
End With
but that just makes "tuesday" 8 points text.
cell of a table ?
I tried this:
With .Range
.Font.Size = 16
.Text = "tues"
End With
With .Range
.Font.Size = 8
.InsertAfter = "day"
End With
but that just makes "tuesday" 8 points text.