E
Edward
Hi everybody,
I have the following code
ActivePresentation.Slides(sldNum).Shapes(2).TextFrame.TextRange.InsertAfter
= Chr(9) + Chr(9) + "test" + vbCr
how can I have "test" be underlined?
I have the following code
ActivePresentation.Slides(sldNum).Shapes(2).TextFrame.TextRange.InsertAfter
= Chr(9) + Chr(9) + "test" + vbCr
how can I have "test" be underlined?