J
JohnM
I am trying to programatically copy (import) slides from one presentation to
another. Using this sample from VBA 2003 help ...
oPres.Slides(i).Copy()
With CCRMPPTPres.Slides.Paste
.FollowMasterBackground = Office.MsoTriState.msoFalse
.ColorScheme = oPres.SlideMaster.ColorScheme
.DisplayMasterShapes = True
End With
The slides copy without the original Master. Same issue with
CCRMPPTPres.Slides.InsertFromFile(FileName, 1)
While in ppt however Insert->Slides From File (with Keep Source Formatting
checked) of course works as expected. How do I do this same operation
programmatically?
I cannot seem to find a way to get slides and Masters from source
presentation to target presentation.
Any thoughts are appreciated.
Regards, John
another. Using this sample from VBA 2003 help ...
oPres.Slides(i).Copy()
With CCRMPPTPres.Slides.Paste
.FollowMasterBackground = Office.MsoTriState.msoFalse
.ColorScheme = oPres.SlideMaster.ColorScheme
.DisplayMasterShapes = True
End With
The slides copy without the original Master. Same issue with
CCRMPPTPres.Slides.InsertFromFile(FileName, 1)
While in ppt however Insert->Slides From File (with Keep Source Formatting
checked) of course works as expected. How do I do this same operation
programmatically?
I cannot seem to find a way to get slides and Masters from source
presentation to target presentation.
Any thoughts are appreciated.
Regards, John