Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro that simulates time for an equation. I then have the results
of this equation feeding a chart which provides a simple animation of what is occuring. However the chart does not upate until the macro has finished it's steps. Anyhelp??? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You may need to show us the code but a couple of guesses in the
meantime. Make sure application.screenupdating = true and try inserting the DoEvents statement after you update the chart. Hope this helps Rowan Chad wrote: I have a macro that simulates time for an equation. I then have the results of this equation feeding a chart which provides a simple animation of what is occuring. However the chart does not upate until the macro has finished it's steps. Anyhelp??? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
refreshing charts | Charts and Charting in Excel | |||
How can I stop charts from refreshing when changing source data? | Charts and Charting in Excel | |||
Refreshing several pivot charts with one move | Charts and Charting in Excel | |||
refreshing charts | Charts and Charting in Excel | |||
Refreshing charts | Excel Programming |