+ Reply to Thread
Results 1 to 3 of 3

SOLVED; Chart doesn't update fast enough to show incremental change in values

  1. #1
    Registered User
    Join Date
    02-08-2010
    Location
    NC, USA
    MS-Off Ver
    Excel 2007
    Posts
    7

    SOLVED; Chart doesn't update fast enough to show incremental change in values

    I'm using a 3d bar chart. I want to show the movement of a value from one cell to another for clarity. I currently have something like this:

    Please Login or Register  to view this content.

    But the chart doesn't update until after the change. Can anyone point me in the right direction here?
    Last edited by patatvs; 08-10-2010 at 10:17 AM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Chart doesn't update fast enough to show incremental change in values

    try using DoEvents which will cause a refresh.

    That still maybe too fast in which case consider using the Sleep API in order to add a delay to the loop.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    02-08-2010
    Location
    NC, USA
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Chart doesn't update fast enough to show incremental change in values

    DoEvents did the trick. Thanks bro!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1