Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello everybody,
I have problems updating charts in Excel when using VisualBasic to calculate values. I calculate values with a self-written function "func". My sheet looks like this: x y 1 =func(a2) 2 =func(a3) 3 =func(a4) This function "func" depends on some variables that I set in a sheet. If I change on of this variables, I have to do a "Application.CalculateFullRebuild" to get "y"-values updated. All fine. But now I have a chart that plots this x-y data. This graph is not updated by "Application.CalculateFullRebuild". It only updates when I create a copy of this chart. What can I do? Thanks, Frank PS Is it possible to attach files? |
#2
![]() |
|||
|
|||
![]()
I'm sure you've already checked this, but are your Options for Calculations
set to Automatic or something else? "Frank Schuberth" wrote in message om... Hello everybody, I have problems updating charts in Excel when using VisualBasic to calculate values. I calculate values with a self-written function "func". My sheet looks like this: x y 1 =func(a2) 2 =func(a3) 3 =func(a4) This function "func" depends on some variables that I set in a sheet. If I change on of this variables, I have to do a "Application.CalculateFullRebuild" to get "y"-values updated. All fine. But now I have a chart that plots this x-y data. This graph is not updated by "Application.CalculateFullRebuild". It only updates when I create a copy of this chart. What can I do? Thanks, Frank PS Is it possible to attach files? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I display multiple series in a pie chart? | Charts and Charting in Excel | |||
= Drawing more lines in a OHLCV chart = | Charts and Charting in Excel | |||
Changing chart orientation | Charts and Charting in Excel | |||
pivot table multi line chart | Charts and Charting in Excel | |||
Why do my text boxes disappear from my chart when I click out? | Charts and Charting in Excel |