paste into shape object's text property

M

mike

I'm trying to write a vba routine that will paste the contents of the
clipboard into a textbox or process shape's text propery. Any ideas?
Thanks.
 
P

Paul Herber

I'm trying to write a vba routine that will paste the contents of the
clipboard into a textbox or process shape's text propery. Any ideas?

It's not easy to find.

look at the shape object's Characters object then the Paste method of
that.

shape.Characters.Paste
 

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