Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Excel Charts not updating

Hi,
I am creating a standard excel spreadsheet to display a lot of data.
The process flow is:
1) A large quantity of data is copied into a worksheet into pre-named
ranges using VBA.
2) There are additional worksheet tabs with multiple graphs that are
setup to graph the named ranges. Once the data is copied into the
workbook, the graphs update.
3) Additionally, there is a userform on the graph worksheets that
allows users to include and exclude data from charts. I use VBA code
to show or hide ranges on the data worksheet and in most cases the
graphs are updated.
The basic code flow:
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual 'Turn calcs back on
Range("PCL0").Rows.Hidden = False ‘ or true
Application.Calculation = xlCalculationAutomatic 'Turn calcs back on
Application.ScreenUpdating = true

4) The code works as expected to a point. All my XY scatter chars
update normally, however, today I added a bunch of line charts that
are plotted by row in non-contiguous ranges. There are 9 of these line
charts with 250 series each and none update.
5) The workbook has over a thousand named ranges and more than fifty
charts.

What I have done:
Checked Tools-options-chart – checked show visible cells only option
Checked Tools-options-Iterations =10000
Used VBA to: Application.CalculateFull
Used VBA to force a rebuild
Exported all modules and re-imported all text files.

Any other suggestions?
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
After updating to Excel 07, I can no longer view full page charts epiblast Charts and Charting in Excel 2 May 17th 09 11:05 PM
Updating Charts in Excel 2007 dmrs Excel Discussion (Misc queries) 2 November 25th 07 09:56 PM
Updating Charts - Excel 2003 anshu[_2_] Excel Discussion (Misc queries) 2 July 19th 07 09:31 PM
updating pie charts Lilsis7 Excel Discussion (Misc queries) 2 April 24th 06 01:21 PM
Updating charts in Excel Jeff M Charts and Charting in Excel 0 March 14th 05 03:45 PM


All times are GMT +1. The time now is 03:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"