pastespecial in powerpoint 2010 vba

J

Jeong-hoon Kang

I want to repeat paste format repeatedly.
I mean copy format a shape and type something and want to paste
format.
that's why I want a macro that repeat paste format.

the code below gives me an error.

Sub PasteFormat()
Application.ActiveWindow.View.PasteSpecial
DataType:=ppPasteDefault
End Sub

there's no record macro functionality in powerpoint 2010, it's not
easy for me.

any ideas?

Thanks in advance.
 

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