C
Chris Watts
I am working on a macro (in PPT2000) and would welcome some advice on a VBA
construct please
The macro writes two lines into a text box using:
..Text = "Line 1" & vbcrlf & vbcrlf & "Line 2"
That works just fine, but I wish the second line to be different by being
italic or another colour.
If I precede it with the line
..Font.Italic = True
then this makes both lines italic. How can I do it for just the second
line - every attempt that I have tried results in Line 1 of the text being
overwritten and Line 2 only appearing in the box!
TIA
Chris
construct please
The macro writes two lines into a text box using:
..Text = "Line 1" & vbcrlf & vbcrlf & "Line 2"
That works just fine, but I wish the second line to be different by being
italic or another colour.
If I precede it with the line
..Font.Italic = True
then this makes both lines italic. How can I do it for just the second
line - every attempt that I have tried results in Line 1 of the text being
overwritten and Line 2 only appearing in the box!
TIA
Chris