A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
Since you already have a reference to the table, change your code to this:
Selection.Copy
PowerPoint.Application.Activate
With PowerPoint.Application
'With ActivePresentation.Slides(4)
With oAggProdtable.Cell(2 + x, j + 1).Shape.TextFrame.TextRange
.PasteSpecial (ppPasteText)
.ParagraphFormat.Alignment = ppAlignRight
End With
'End With
End With
Steve Rindsberg PowerPoint MVP