Share via

Format Painter In VBA

Anonymous
2010-08-25T17:09:53+00:00

Is there a method in VBA for using the format painter functionality.  I have tried many things and am still not able to copy the formats of a shape to another.  I am actually using just textboxes and want to copy the formatting of an existing one to a new one after I create it.

Thanks!

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-08-25T17:21:44+00:00

The PickUp and Apply methods of the ShapeRange are what you need.

--

Enjoy,

Tony

www.WordArticles.com

"ExcitedNewUser" wrote in message

news:*** Email address is removed for privacy ***...

> Is there a method in VBA for using the format painter functionality.  I

> have tried many things and am still not able to copy the formats of a

> shape to another.  I am actually using just textboxes and want to copy the

> formatting of an existing one to a new one after I create it.

>

> Thanks!

>


Enjoy,

Tony

www.WordArticles.com

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2010-08-25T17:28:18+00:00

    Thanks a million!!  I have tried so many other thing and that worked like a charm!!

    Was this answer helpful?

    0 comments No comments