B
Burnsie
In 2003 I could do the following:
shape.textframe.textrange.paragraphs(i).insertafter.paste
Now I get a runtime error:
The specified parameter has an invalid value.
Even running the following snippet from the help files produces the same
error.
Application.ActivePresentation.Slides(1).Shapes(1).TextFrame _
.TextRange.InsertAfter.Paste
Yet, if I replace the paste with some text string, then all is well.
However, it is important that I be able to paste because I need to maintain
the formating from the section that I moving to this section of the slide.
Thanks,
Burnsie
shape.textframe.textrange.paragraphs(i).insertafter.paste
Now I get a runtime error:
The specified parameter has an invalid value.
Even running the following snippet from the help files produces the same
error.
Application.ActivePresentation.Slides(1).Shapes(1).TextFrame _
.TextRange.InsertAfter.Paste
Yet, if I replace the paste with some text string, then all is well.
However, it is important that I be able to paste because I need to maintain
the formating from the section that I moving to this section of the slide.
Thanks,
Burnsie