Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Real-time update of chart using a Spin Button

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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Real-time update of chart using a Spin Button

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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Real-time update of chart using a Spin Button

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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Real-time update of chart using a Spin Button

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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Real-time update of chart using a Spin Button

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
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
DDE Real-time stock chart andy Charts and Charting in Excel 0 July 28th 07 07:34 PM
Spin button very slow [email protected] Excel Discussion (Misc queries) 0 June 12th 07 03:15 PM
Excel 2003's autosum does not update data in real time KokWoei Excel Worksheet Functions 2 April 4th 06 05:12 AM
spin button value tina Excel Discussion (Misc queries) 2 March 17th 05 02:11 PM
Set Increment on Spin Button to 0.1 Mark Excel Discussion (Misc queries) 1 March 14th 05 11:22 AM


All times are GMT +1. The time now is 09:10 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"