Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6120257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:38:52+00:00 2026-05-23T15:38:52+00:00

Just switched to Mac from Windows and in ppt on Windows I had an

  • 0

Just switched to Mac from Windows and in ppt on Windows I had an addin that allowed me to copy an object’s properties including size and/or location and paste it to another object, sort of like an advanced format painter with toggles for the properties you’d like to copy.

I don’t have this addin anymore, but I’d very much like to create a simple macro to copy size and location. Is this in the realm of possibility? If so could you provide the code or point me at a resource where I can teach it to myself?

I’ve spent about 2 hours searching and can’t find an office mac compatible solution – so this is my last hope!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:38:53+00:00Added an answer on May 23, 2026 at 3:38 pm

    Here’s an example that works. You can adapt it to suit your specific needs.

    Sub CopySizeAndPosition()
    
        ' Usage: Select two shapes. The size and position of
        ' the first shape selected will be copied to the second.
    
        Dim w As Double
        Dim h As Double
        Dim l As Double
        Dim t As Double
    
        With ActiveWindow.Selection.ShapeRange(1)
            w = .Width
            h = .Height
            l = .Left
            t = .Top
        End With
        With ActiveWindow.Selection.ShapeRange(2)
            .Width = w
            .Height = h
            .Left = l
            .Top = t
        End With
    
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've just switched from Windows to Mac and need to find a few tools
I just switched from Eclipse to IntelliJ and noticed that when I use Reformat
I just switched from windows (Visual Studio) to Linux (Mint) and now I'm using
I just switched from Textmate 2 to Sublime Text 2. I figured that typing
We just switched from ojdbc14 to ojdbc6, and noticed that when we insert a
Just switched over from eclipse to vs 2008 for debugging javascript, i feel more
I just switched from Eclipse to IntelliJ. IntelliJ lacks one feature from Eclipse -
I just switched to the new management portal of Windows Azure (and I really
We just switched to our new website redesign. We have a copy of the
I just switched my code from Objective-C to Objective-C++. Everything goes swimmingly except for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.