S
stricky
Hi,
I have been converting our office VB6 Programs to use Office 2007.
One of Our Applications uses powerpoint to display information
transferred from a RTF document. Upon Attempting to Paste onto a slide
i have issues.
When you Paste the Normal Way using
ActiveDocument.Slides(ActiveDocument.Slides.Count).Paste the content
of the Clipboard is pasted for the First Slide only.
When you use this method to paste to the second slide you get a Object
not recognised error for Shapes. In This Context the PasteSpecial
Command does not work either.
To get this to work i Needed to add a Shape to the Slide to initialise
the Slide Shapes Object, Then Paste is still not available but
PasteSpecial Is.
regards,
Stuart Dodd BSc
I have been converting our office VB6 Programs to use Office 2007.
One of Our Applications uses powerpoint to display information
transferred from a RTF document. Upon Attempting to Paste onto a slide
i have issues.
When you Paste the Normal Way using
ActiveDocument.Slides(ActiveDocument.Slides.Count).Paste the content
of the Clipboard is pasted for the First Slide only.
When you use this method to paste to the second slide you get a Object
not recognised error for Shapes. In This Context the PasteSpecial
Command does not work either.
To get this to work i Needed to add a Shape to the Slide to initialise
the Slide Shapes Object, Then Paste is still not available but
PasteSpecial Is.
available via IntelliSense but it does not work.From a Developers perspective this is very irratating as the option is
regards,
Stuart Dodd BSc