Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have some problems with chart updating in excel. I have two
identical charts in two different sheets(in a large workbook with about 40 sheets). Those charts get their data from the same sheet. One from the column F and the other from column G. The problem is that I have done some additional programming and now one of the charts in not updating. The right range is there, the data is there, but there is nothing in the chart! Same story with the other chart except that here everything goes fine. If I hit Shift+F9 to recalculate nothing happens. I have also tried application.volitile in the code, ctrl+shift+F9, but it all just won't help! I have googled a bit and it seems that Excel sometimes has "recalculation" problems but I haven't found any solutions for this. Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you have User Defined functions in a worksheet (and it sounds like you
do), then if one of them causes an error, that can stop calculation. That might be part of your problem. -- Regards, Tom Ogilvy "Nick" wrote in message om... I have some problems with chart updating in excel. I have two identical charts in two different sheets(in a large workbook with about 40 sheets). Those charts get their data from the same sheet. One from the column F and the other from column G. The problem is that I have done some additional programming and now one of the charts in not updating. The right range is there, the data is there, but there is nothing in the chart! Same story with the other chart except that here everything goes fine. If I hit Shift+F9 to recalculate nothing happens. I have also tried application.volitile in the code, ctrl+shift+F9, but it all just won't help! I have googled a bit and it seems that Excel sometimes has "recalculation" problems but I haven't found any solutions for this. Any suggestions? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check the contents of the source data range. If you've turned the values
into text through your other programming, you may lose sight of the points in the chart. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services http://PeltierTech.com/Excel/Charts/ _______ Nick wrote: I have some problems with chart updating in excel. I have two identical charts in two different sheets(in a large workbook with about 40 sheets). Those charts get their data from the same sheet. One from the column F and the other from column G. The problem is that I have done some additional programming and now one of the charts in not updating. The right range is there, the data is there, but there is nothing in the chart! Same story with the other chart except that here everything goes fine. If I hit Shift+F9 to recalculate nothing happens. I have also tried application.volitile in the code, ctrl+shift+F9, but it all just won't help! I have googled a bit and it seems that Excel sometimes has "recalculation" problems but I haven't found any solutions for this. Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Updating Chart | Excel Discussion (Misc queries) | |||
My chart is not updating | Charts and Charting in Excel | |||
Updating a chart | Charts and Charting in Excel | |||
Updating Chart | Charts and Charting in Excel | |||
chart not updating | Charts and Charting in Excel |