Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default scrollbar control of a chart, live or not live

Hello Excel'ers,

This question is not really a programming question, but here goes.

I'm baffled.

I have a very long list of xy data points.

And I can create a chart that shows just a subset of the data, and by using
defined names with the =OFFSET function, I can use a spinner or scrollbar to
have the chart "move" through the data. All this works fine with no
problems, and I've used this technique a lot.

However, in some of my files the chart is "LIVE". Which means the chart
updates continuously while the spinner or scrollbar is being changed. While
other times the chart does not update until I stop scrolling (i.e., release
the mouse button).

Even on different on worksheets within the same file, the chart on one sheet
may update live, while on another sheet it won't.

It seems like it might to be some property of the Worksheet object, but I've
checked the properties in the VBA properties window, and could find no
differences (EnableCalculation property, for example).

Does anyone know why this is happening?

Thanks,

Brian Murphy
Austin, Texas


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,489
Default scrollbar control of a chart, live or not live

Hi Brian,

Whenever I have experience this it has been releated to whether the
control was of the forms or control toolbox variety.

forms controls update on completion whereas the control toolbox ones
give the "live" response.

Brian Murphy wrote:
Hello Excel'ers,

This question is not really a programming question, but here goes.

I'm baffled.

I have a very long list of xy data points.

And I can create a chart that shows just a subset of the data, and by using
defined names with the =OFFSET function, I can use a spinner or scrollbar to
have the chart "move" through the data. All this works fine with no
problems, and I've used this technique a lot.

However, in some of my files the chart is "LIVE". Which means the chart
updates continuously while the spinner or scrollbar is being changed. While
other times the chart does not update until I stop scrolling (i.e., release
the mouse button).

Even on different on worksheets within the same file, the chart on one sheet
may update live, while on another sheet it won't.

It seems like it might to be some property of the Worksheet object, but I've
checked the properties in the VBA properties window, and could find no
differences (EnableCalculation property, for example).

Does anyone know why this is happening?

Thanks,

Brian Murphy
Austin, Texas



--

Cheers
Andy

http://www.andypope.info

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default scrollbar control of a chart, live or not live

Hello Andy,

Thanks very much for the tip.

I went to one of my sheets that has a scrollbar that does not work "live".
It was indeed created with the Forms toolbar. So I created one using the
Controls toolbar, and that one does operate "live".

So I guess knowing this, I should be able to reliably create "live"
scrollbars. Which essentially solves my problem.

One thing though, I looked at some my other scrollbars that do work "live",
and some of them were definitely created with the Forms toolbar.

Is it perhaps possible that my mixed results with Forms scrollbars is due to
"inconsistent" behavior on the part controls created with the Forms toolbar?

I copied and pasted a working "live" Forms/scrollbar from one sheet to
another sheet where there was already a scrollbar that was not "live". I
then reassigned the Linked cell, and that scrollbar would no longer work
"live", at least on that worksheet.

I also copied/pasted a non-live scrollbar to another worksheet, reassigned
the cell link, and on that sheet it would work "live".

Go figure?

It seems to have something to do with the worksheet. But I don't see what
it could be. Anyway, if I use the Controls toolbar from now on, maybe I
won't have this problem.

Cheers,

Brian





"Andy Pope" wrote in message
...
Hi Brian,

Whenever I have experience this it has been releated to whether the
control was of the forms or control toolbox variety.

forms controls update on completion whereas the control toolbox ones
give the "live" response.

Brian Murphy wrote:
Hello Excel'ers,

This question is not really a programming question, but here goes.

I'm baffled.

I have a very long list of xy data points.

And I can create a chart that shows just a subset of the data, and by

using
defined names with the =OFFSET function, I can use a spinner or

scrollbar to
have the chart "move" through the data. All this works fine with no
problems, and I've used this technique a lot.

However, in some of my files the chart is "LIVE". Which means the chart
updates continuously while the spinner or scrollbar is being changed.

While
other times the chart does not update until I stop scrolling (i.e.,

release
the mouse button).

Even on different on worksheets within the same file, the chart on one

sheet
may update live, while on another sheet it won't.

It seems like it might to be some property of the Worksheet object, but

I've
checked the properties in the VBA properties window, and could find no
differences (EnableCalculation property, for example).

Does anyone know why this is happening?

Thanks,

Brian Murphy
Austin, Texas



--

Cheers
Andy

http://www.andypope.info



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
live chart title and a scroll bar msimonson Excel Worksheet Functions 0 March 25th 09 07:12 PM
live scrolling Becky Excel Discussion (Misc queries) 4 August 10th 08 03:59 PM
Can a copy of a chart remain "live" SouthAfricanStan Charts and Charting in Excel 1 October 13th 06 03:11 AM
Show value in Data Table but not on live chart Gonepostal Charts and Charting in Excel 1 January 17th 06 12:23 PM
Need Live data in web Excel chart Brian Dolbeare Excel Programming 1 July 25th 03 04:41 PM


All times are GMT +1. The time now is 12:42 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"