Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have several charts with textboxes lind to specific cells within my
workbook. inside these cells are formulas that calculate values that I am trying to display on my charts in the text boxes. My calculations are set to automatic, but these text boxes are not updating unless i click in the formula bar for each of them and hit "enter." since i have several charts i don't want to be doing this hundreds of times a day. I have a total lack of confidence that my chart text boxes are displaying the correct values. is there some way to force them to update, maybe with some vba code? thanks in advance. L.B. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try running this macro:
Sub UpdateIt() Application.CalculateFullRebuild End Sub -- Gary''s Student - gsnu201001 "lbbeurmann" wrote: i have several charts with textboxes lind to specific cells within my workbook. inside these cells are formulas that calculate values that I am trying to display on my charts in the text boxes. My calculations are set to automatic, but these text boxes are not updating unless i click in the formula bar for each of them and hit "enter." since i have several charts i don't want to be doing this hundreds of times a day. I have a total lack of confidence that my chart text boxes are displaying the correct values. is there some way to force them to update, maybe with some vba code? thanks in advance. L.B. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That seems to work for the cells in my worksheets, but not the text boxes on
my chart. "Gary''s Student" wrote: Try running this macro: Sub UpdateIt() Application.CalculateFullRebuild End Sub -- Gary''s Student - gsnu201001 "lbbeurmann" wrote: i have several charts with textboxes lind to specific cells within my workbook. inside these cells are formulas that calculate values that I am trying to display on my charts in the text boxes. My calculations are set to automatic, but these text boxes are not updating unless i click in the formula bar for each of them and hit "enter." since i have several charts i don't want to be doing this hundreds of times a day. I have a total lack of confidence that my chart text boxes are displaying the correct values. is there some way to force them to update, maybe with some vba code? thanks in advance. L.B. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Form Text Boxes - Copy format of text boxes | Excel Discussion (Misc queries) | |||
Excel 2007 Text Boxes | Excel Discussion (Misc queries) | |||
How to Import Visio Text Boxes into Excel as Text | Excel Discussion (Misc queries) | |||
Automatic updating for text boxes used on Charts | Excel Discussion (Misc queries) | |||
In Excel, option to enter text in cells the same as text boxes | Excel Worksheet Functions |