|
Prev: Create a Print Button on Slide with VBA from Access
Next: What's difference between 2003 and 2007
From: GS80 on 9 May 2008 07:51 Hi all, Quick question. When using Powerpoint through the application, i can get content from a word docuemtn and paste it directly onto a slide in a presentation. I want to be able to do this via the PowerPoint object model. At present all i can manage is to add a new text box and paste to that. The problem i have is that the new textbox alters the formatting of the text when it gets pasted. Can anyone suggest how i might go about this so's to keep the formatting that the copied content has. Thanks in advance, G
From: David M. Marcovitz on 9 May 2008 11:14 =?Utf-8?B?R1M4MA==?= <GS80(a)discussions.microsoft.com> wrote in news:F03F319D-3723-478D-B46C-10BA4A087828(a)microsoft.com: > Hi all, > Starting in PowerPoint 2003 (I think that is the correct version), PasteSpecial was made available so you should be able to use that in your code if you don't need compatibility with earlier versions. --David -- David M. Marcovitz Microsoft PowerPoint MVP Author of _Powerful PowerPoint for Educators_ http://www.PowerfulPowerPoint.com/ > Quick question. > > When using Powerpoint through the application, i can get content from > a word docuemtn and paste it directly onto a slide in a presentation. > I want to be able to do this via the PowerPoint object model. At > present all i can manage is to add a new text box and paste to that. > The problem i have is that the new textbox alters the formatting of > the text when it gets pasted. Can anyone suggest how i might go about > this so's to keep the formatting that the copied content has. > > Thanks in advance, > > G >
|
Pages: 1 Prev: Create a Print Button on Slide with VBA from Access Next: What's difference between 2003 and 2007 |