K
Kenji
I'm trying to change text while in slide show mode. I call this method.
Sub change()
ActiveWindow.Selection.SlideRange.Shapes("Rectangle
2").TextFrame.TextRange.Text = "NEW TEXT"
End Sub
, but the data does not change on the slideshow. It works in regular..
slide editting mode. How can I make this happen? Thanks!
Kenji
Sub change()
ActiveWindow.Selection.SlideRange.Shapes("Rectangle
2").TextFrame.TextRange.Text = "NEW TEXT"
End Sub
, but the data does not change on the slideshow. It works in regular..
slide editting mode. How can I make this happen? Thanks!
Kenji