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 8494029
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:11:16+00:00 2026-06-10T23:11:16+00:00

I have a performance problem and google doesn’t help me. This person has the

  • 0

I have a performance problem and google doesn’t help me.
This person has the same problem :
http://excel.bigresource.com/Copy-Chart-Print-Very-Slow-1eeSa883.html

When I copy an excel chart with VBA : This is so slooooow.

  Dim myChart As ChartObject
    For Each myChart In consoPDC.ChartObjects
        myChart.Copy
        ...
    Next

Any idea that makes it faster ?
For information the objective is to paste them in powerpoint.

The weird thing is that making it manually isn’t slow at all

Thanks.
Nico.

  • 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-06-10T23:11:17+00:00Added an answer on June 10, 2026 at 11:11 pm

    Because you are making a copy into PowerPoint, i’ll suggest you to try out this code:

    myChart.CopyPicture Appearance:=xlScreen, Format:=xlBitmap
    

    found this in MS-Help and here

    also found a nice hint here, according to, the following code should be faster

    myChart.ChartArea.Copy
    

    Testet on a small scale demo, excited to hear about big scale results 🙂 would be nice to have some comparision in seconds, when you try this out.

    edit: just another thing to watch out for – memory leaks

    if you do extensive copy to clipboard you should watch out to clean up afterwards, otherwise you might fill up your memory quite fast 😉 this could also result in weak performance, as many systems might move data to the pagefile, slowing access down.

    edit: just if you should be into the last bit of a second and if you have many charts to copy

    using For each is slower than to iterate through your objects with a neat loop. However, the code does not look that neat like using for each, but if any sec/millisec counts one should compare them against each other.

    I found this in a specialized Book of Micheal Schwimmer, tested it and was suprised. Not sure anymore in which circumstances, but tested it on a bigger scale and confirmed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This problem must have been solved a million times, but Google has not been
I have a serious performance problem. I have a database with (related to this
This is Uday. I have a problem with the write performance with a small
I have a problem with JavaScript performance only on Google Chrome browser. The problem
I have a performance problem related to string comparison (in Java). I'm working on
I have a performance problem on a query. First table is a Customer table
I have got a performance problem about TextField.htmlText +=msg .And I know that TextField.appendText(msg)
So I have a bit of a performance problem. I have made a java
I have problem with my widget related to performance and memory: Issue : My
I have a problem with SHA-1 performance on Android. In C# I get calculated

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.