Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Excel 2003:
If I use a spin button (form control) to update a cell in the series of a line (or bar) chart, the chart does not update until I 'let go' of the spin button. i.e. I click and hold on the spin button and the data is updated in the relevant cell in the spreadsheet, but the chart will only update when I stop 'spinning'. Today, I have seen the updating of a bar/line chart as described above, but the chart updated in real-time whilst the spin button was held down. The author of that demo was not aware that he had done anything special to achieve that effect, and when we compared the spin button control settings in both his and my worksheets, they both appeared identical. Can anyone offer any suggestions as to what I have to do to achieve real-time updating of a chart whilst the spinner is held down? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
Controls from the Forms toolbar will update when released. Controls from the Control toolbox toolbar will update in real time. So you need to use the control toolbox version of the spin button. Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "BinaryD" wrote in message ... Excel 2003: If I use a spin button (form control) to update a cell in the series of a line (or bar) chart, the chart does not update until I 'let go' of the spin button. i.e. I click and hold on the spin button and the data is updated in the relevant cell in the spreadsheet, but the chart will only update when I stop 'spinning'. Today, I have seen the updating of a bar/line chart as described above, but the chart updated in real-time whilst the spin button was held down. The author of that demo was not aware that he had done anything special to achieve that effect, and when we compared the spin button control settings in both his and my worksheets, they both appeared identical. Can anyone offer any suggestions as to what I have to do to achieve real-time updating of a chart whilst the spinner is held down? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Andy, thank you very much for your reply; the ActiveX spinner does indeed
work as you advise. That solution will suffice, although it will require additional coding, but I am absolutely certain the spinner I was shown yesterday updating in real-time was a form control, as we compared the settings. I'll get in touch with the person who showed it to me and report back. Thanks again. "Andy Pope" wrote: Hi, Controls from the Forms toolbar will update when released. Controls from the Control toolbox toolbar will update in real time. So you need to use the control toolbox version of the spin button. Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "BinaryD" wrote in message ... Excel 2003: If I use a spin button (form control) to update a cell in the series of a line (or bar) chart, the chart does not update until I 'let go' of the spin button. i.e. I click and hold on the spin button and the data is updated in the relevant cell in the spreadsheet, but the chart will only update when I stop 'spinning'. Today, I have seen the updating of a bar/line chart as described above, but the chart updated in real-time whilst the spin button was held down. The author of that demo was not aware that he had done anything special to achieve that effect, and when we compared the spin button control settings in both his and my worksheets, they both appeared identical. Can anyone offer any suggestions as to what I have to do to achieve real-time updating of a chart whilst the spinner is held down? Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
One way to check would be to see what the content of the formula bar is when the control is selected. Some like this for a ActiveX control =EMBED("Forms.SpinButton.1","") and for a Form control linked to a cell. =$B$5 Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "BinaryD" wrote in message ... Andy, thank you very much for your reply; the ActiveX spinner does indeed work as you advise. That solution will suffice, although it will require additional coding, but I am absolutely certain the spinner I was shown yesterday updating in real-time was a form control, as we compared the settings. I'll get in touch with the person who showed it to me and report back. Thanks again. "Andy Pope" wrote: Hi, Controls from the Forms toolbar will update when released. Controls from the Control toolbox toolbar will update in real time. So you need to use the control toolbox version of the spin button. Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "BinaryD" wrote in message ... Excel 2003: If I use a spin button (form control) to update a cell in the series of a line (or bar) chart, the chart does not update until I 'let go' of the spin button. i.e. I click and hold on the spin button and the data is updated in the relevant cell in the spreadsheet, but the chart will only update when I stop 'spinning'. Today, I have seen the updating of a bar/line chart as described above, but the chart updated in real-time whilst the spin button was held down. The author of that demo was not aware that he had done anything special to achieve that effect, and when we compared the spin button control settings in both his and my worksheets, they both appeared identical. Can anyone offer any suggestions as to what I have to do to achieve real-time updating of a chart whilst the spinner is held down? Thanks in advance. |
#5
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Thanks for the advice. I won't be able to have a look until next week, but I
will provide feedback if possible. "Andy Pope" wrote: Hi, One way to check would be to see what the content of the formula bar is when the control is selected. Some like this for a ActiveX control =EMBED("Forms.SpinButton.1","") and for a Form control linked to a cell. =$B$5 Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "BinaryD" wrote in message ... Andy, thank you very much for your reply; the ActiveX spinner does indeed work as you advise. That solution will suffice, although it will require additional coding, but I am absolutely certain the spinner I was shown yesterday updating in real-time was a form control, as we compared the settings. I'll get in touch with the person who showed it to me and report back. Thanks again. "Andy Pope" wrote: Hi, Controls from the Forms toolbar will update when released. Controls from the Control toolbox toolbar will update in real time. So you need to use the control toolbox version of the spin button. Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "BinaryD" wrote in message ... Excel 2003: If I use a spin button (form control) to update a cell in the series of a line (or bar) chart, the chart does not update until I 'let go' of the spin button. i.e. I click and hold on the spin button and the data is updated in the relevant cell in the spreadsheet, but the chart will only update when I stop 'spinning'. Today, I have seen the updating of a bar/line chart as described above, but the chart updated in real-time whilst the spin button was held down. The author of that demo was not aware that he had done anything special to achieve that effect, and when we compared the spin button control settings in both his and my worksheets, they both appeared identical. Can anyone offer any suggestions as to what I have to do to achieve real-time updating of a chart whilst the spinner is held down? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DDE Real-time stock chart | Charts and Charting in Excel | |||
Spin button very slow | Excel Discussion (Misc queries) | |||
Excel 2003's autosum does not update data in real time | Excel Worksheet Functions | |||
spin button value | Excel Discussion (Misc queries) | |||
Set Increment on Spin Button to 0.1 | Excel Discussion (Misc queries) |