Upgraded to 2016: Graphs are no longer animated running VBA

JetEscamilla

Board Regular
Joined
Apr 17, 2006
Messages
91
Office Version
  1. 2016
Platform
  1. Windows
Hello, I did some searching but could not find anything that seemed to work for me so I apologize if this has been asked before:

Our office recently did a batch of Windows upgrades and I'm now on Excel 2016. I have numerous macros that will perform iterations and update numbers on the screen. Those numbers create some graphs that used to update. This was handy because we could see at what step (approximately) something ruptured. Now when I run the same macro only the numbers are updating, the charts stay frozen until the end of the run.

I've tried inserting some chart updating directly into my code, but that's not working either.

"ActiveSheet.ChartObjects("Chart 1").Chart.Refresh"

I've ensured that screedupdating was "true".

Like I said, the numbers update but the graphs are not. I'd honestly rather have that flipped, graphs only and I don't care for the numbers to update.

I appreciate any help.

Thanks!
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
It would be helpful if you shared some actual code, that used to work but no longer does.

Also, what version of Excel were you using when the code worked?
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,387
Members
448,957
Latest member
Hat4Life

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top