S
Scott Gravenhorst
PowerPoint 2003 interop
VB 2008 Express Edition
-----
I'm working on a project that requires I copy a slide out of an
existing presentation file and paste it into another.
I've been using the Presentation.Slides(n).Copy() and the
..Slides.Paste() method, but that copies only parts of the data. Text
from a TextRange is copied, but the text attributes such as bold are
missing. Bullet points are also messed up. Shape properties like
Top, Left, Height and Width are often wrong.
I can see that by doing this manually, it works perfectly. The slide
in the new presentation looks exactly like the template. When I do it
as mentioned above, the format looks all funky. Moreso with some
slides than others. A very few, usually simple slides seem to copy
correctly.
I also tride .Slides.InsertFromFil with the same results, only part of
the slide object appears to be copying and/or pasteing
Any clues?
VB 2008 Express Edition
-----
I'm working on a project that requires I copy a slide out of an
existing presentation file and paste it into another.
I've been using the Presentation.Slides(n).Copy() and the
..Slides.Paste() method, but that copies only parts of the data. Text
from a TextRange is copied, but the text attributes such as bold are
missing. Bullet points are also messed up. Shape properties like
Top, Left, Height and Width are often wrong.
I can see that by doing this manually, it works perfectly. The slide
in the new presentation looks exactly like the template. When I do it
as mentioned above, the format looks all funky. Moreso with some
slides than others. A very few, usually simple slides seem to copy
correctly.
I also tride .Slides.InsertFromFil with the same results, only part of
the slide object appears to be copying and/or pasteing
Any clues?