Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 13
Default dynamic chart on user selected data range in Excel 2007

I am trying create a chart 'on the fly' based on the user selected data range
in Excel 2007. I was trying to use Jon Peltier's 'interactive chart
creation' VB scripts. Somehow it does not work on Excel 2007. After Jon's
interactiveChartCreation.xls opens, both input boxes does not work, meaning
one can not input any data by mouse selection. I tried to click 'ok', but it
only selected the input box. I hope Jon or some one else can see this and
offer some help. Thank you all very much for your tips.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default dynamic chart on user selected data range in Excel 2007

This worked fine in a test I just ran. Did this work for you in Excel 2003?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"turen" wrote in message
...
I am trying create a chart 'on the fly' based on the user selected data
range
in Excel 2007. I was trying to use Jon Peltier's 'interactive chart
creation' VB scripts. Somehow it does not work on Excel 2007. After
Jon's
interactiveChartCreation.xls opens, both input boxes does not work,
meaning
one can not input any data by mouse selection. I tried to click 'ok', but
it
only selected the input box. I hope Jon or some one else can see this and
offer some help. Thank you all very much for your tips.



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 13
Default dynamic chart on user selected data range in Excel 2007

Jon,

Thank you very much for the reply. I don't know if I did something wrong.
What I did was to download your InteractiveChartCreation.zip file and extract
it. After I opened interactiveChartCreation.xls and enabled macro, I used
mouse to drag a region where I want the chart to be drawn, then click 'ok' in
the 1st input box, but everytime I moved my mouse pointer to the input box,
it showed a 'select icon' (four arrows in up, down, left and right
direction), so I end up selecting the input box object and nothing happened.
The same happened when I selected the data in the 'data sheet' and tried to
click 'ok' in the 2nd input box. Did I do something wrong? Thank you very
much for your time. I don't have other excel version to try.



"Jon Peltier" wrote:

This worked fine in a test I just ran. Did this work for you in Excel 2003?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"turen" wrote in message
...
I am trying create a chart 'on the fly' based on the user selected data
range
in Excel 2007. I was trying to use Jon Peltier's 'interactive chart
creation' VB scripts. Somehow it does not work on Excel 2007. After
Jon's
interactiveChartCreation.xls opens, both input boxes does not work,
meaning
one can not input any data by mouse selection. I tried to click 'ok', but
it
only selected the input box. I hope Jon or some one else can see this and
offer some help. Thank you all very much for your tips.




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 13
Default dynamic chart on user selected data range in Excel 2007

Jon,

I got it now. Previously I was using your instruction sheet to do the work
and that did not work. After I copied your vb script to a new workbook. it
worked.

I am a newbie and just begin to learn Excel programming. Thank you so very
much.

Turen

"Jon Peltier" wrote:

This worked fine in a test I just ran. Did this work for you in Excel 2003?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"turen" wrote in message
...
I am trying create a chart 'on the fly' based on the user selected data
range
in Excel 2007. I was trying to use Jon Peltier's 'interactive chart
creation' VB scripts. Somehow it does not work on Excel 2007. After
Jon's
interactiveChartCreation.xls opens, both input boxes does not work,
meaning
one can not input any data by mouse selection. I tried to click 'ok', but
it
only selected the input box. I hope Jon or some one else can see this and
offer some help. Thank you all very much for your tips.




  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 13
Default dynamic chart on user selected data range in Excel 2007

Jon,

I got it now. Previously I was using your instruction sheet to do the work
and that did not work. After I copied your vb script to a new workbook. it
worked.

I am a newbie and just begin to learn Excel programming. Thank you so very
much.

Turen


"Jon Peltier" wrote:

This worked fine in a test I just ran. Did this work for you in Excel 2003?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"turen" wrote in message
...
I am trying create a chart 'on the fly' based on the user selected data
range
in Excel 2007. I was trying to use Jon Peltier's 'interactive chart
creation' VB scripts. Somehow it does not work on Excel 2007. After
Jon's
interactiveChartCreation.xls opens, both input boxes does not work,
meaning
one can not input any data by mouse selection. I tried to click 'ok', but
it
only selected the input box. I hope Jon or some one else can see this and
offer some help. Thank you all very much for your tips.






  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default dynamic chart on user selected data range in Excel 2007

That's funny, when I tested it I downloaded the zip, extracted the xls, and
ran it as is. I also copied the code from the web site and pasted it into an
Excel 2007 module. Both worked as expected. I don't understand your
difficulty, but at least you got it working.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"turen" wrote in message
...
Jon,

I got it now. Previously I was using your instruction sheet to do the
work
and that did not work. After I copied your vb script to a new workbook.
it
worked.

I am a newbie and just begin to learn Excel programming. Thank you so
very
much.

Turen

"Jon Peltier" wrote:

This worked fine in a test I just ran. Did this work for you in Excel
2003?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"turen" wrote in message
...
I am trying create a chart 'on the fly' based on the user selected data
range
in Excel 2007. I was trying to use Jon Peltier's 'interactive chart
creation' VB scripts. Somehow it does not work on Excel 2007. After
Jon's
interactiveChartCreation.xls opens, both input boxes does not work,
meaning
one can not input any data by mouse selection. I tried to click 'ok',
but
it
only selected the input box. I hope Jon or some one else can see this
and
offer some help. Thank you all very much for your tips.






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
Excel 2007 - Dynamic names for chart series jcollot Charts and Charting in Excel 2 December 13th 07 08:12 PM
Dynamic column chart - auto sort on data range jimfrog Charts and Charting in Excel 0 March 29th 06 02:45 PM
Dynamic Charting - User Selected Data Lines mikluk Charts and Charting in Excel 1 December 1st 05 12:26 AM
how to change range for dynamic chart in excel 2000 with button? ivan Charts and Charting in Excel 2 April 24th 05 04:10 AM
dynamic range for excel chart bobf Excel Discussion (Misc queries) 1 January 26th 05 11:07 AM


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