• Copy TextRange–can it be done? (PowerPoint 2000)

    Home » Forums » AskWoody support » Productivity software by function » Visual Basic for Applications » Copy TextRange–can it be done? (PowerPoint 2000)

    Author
    Topic
    #388286

    I want to programmatically move the contents of a PowerPoint
    table cell to a different cell. I cannot seem to find a way to
    do this that does not lose the formatting information
    associated with the text. For example:

    With ActivePresentation.Slides(2).Shapes(2).Table
    .Cell(3,1).Shape.TextFrame.TextRange.Copy
    .Cell(3,3).Shape.TextFrame.TextRange.Paste
    End With

    This code will copy the text but not the font properties
    of this text. Recording the manual cell-to-cell copy and
    paste does not help as it does not record anything.

    I want to run the macro in edit mode, not slide show mode.

    Viewing 0 reply threads
    Author
    Replies
    • #681125

      This question has also been asked in the PowerPoint forum in post 259440. To avoid confusion and duplication, I am locking this thread. Replies in the PowerPoint thread, please.

    Viewing 0 reply threads
    Reply To: Copy TextRange–can it be done? (PowerPoint 2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: