Using this code:
private void CopyWorkbookRangeToPresentation(Range sourceRange, Presentation targetPresentation)
{
// Copy the specified range to an intermediate workbook.
Workbook intermediateWorkbook = IsolateSour…...copying a table to from one presentation to another the clone's size...CopyWorkbookRangeToP(Range sourceRange, Presentation targetPresentation) { //...