big text, small text

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.
 
J

Jean-Guy Marcil

Osiris was telling us:
Osiris nous racontait que :
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.

Already answered in the vba.beginner group.

Please do not multi-post as it wastes everybody's time.

--

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top