Paste Special Unformatted Text in PPT 2003

G

Guest

Hi,

Can anyone tell me what the vba code for Paste Special > Unformatted Text
is? I'm using PPT 2003 and can get PPT to Paste Special using vba recorded
code but not as UNFORMATTED TEXT. The best result I get is for PPT to paste
to the default setting of an autoshape. I use unformatted text option to
paste to different font size auto shapes all the time so changing the
autoshape defaults constantly is not viable.

Any help appreciated!
 
D

David M. Marcovitz

Does something along the lines of:

ActiveWindow.Selection.TextRange.PasteSpecial ppPasteText

work for you?

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
 
D

David M. Marcovitz

I'm glad I could help. I think that in order to make something into a
shortcut, you need to create an add-in, but I'm not the one to ask about
that. This FAQ entry might help:

Create an ADD-IN with TOOLBARS that run macros
http://www.pptfaq.com/FAQ00031.htm

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top