LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Chart help please!!!

I have created a macro that will make a chart from a toolbar button I
created. My problem is this, I need the chart to show a moving range and also
the UCL,LCL,and Average lines. The UCL and LCL are calculated with a formula
on my worksheet as well as the average. Here is how I have things set up. I
have a column of data in A1-A10. My formulas are in Col B.
B1=Average(A1:A10)
B2=STDEV(A1:A10)
B3=(b2*3)+B1 {UCL Formula}
B4=B1-(b2*3) {LCL Formula}

I need my chart to show the Moving Range plus lines for these STDEV
calculations. I have an add-in for excel called StatPlus that will make these
charts but it won't let me do it through Excel or through VBA. How could I go
about creating this chart without using the StatPlus add-in? Is it possible
to make 2 seperate charts, one transparent over the other that would still
show all the data I need? I have been through book after book and site after
site searching for this and can't get anywhere. Took me a while just to get
the buttons made and working the way I want. I'm new to VBA but gaining on it
with every keystroke. Any help would be greatly appreciated
Thanks
 
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 Chart - determining the color of a chart style Shane Devenshire[_2_] Charts and Charting in Excel 1 February 6th 10 04:09 AM
Dynamic chart- curve dropping to zero ( chart type- Line) vmohan1978 Charts and Charting in Excel 0 February 1st 10 09:11 AM
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard Julius Charts and Charting in Excel 2 March 6th 09 04:43 PM
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard Julius Setting up and Configuration of Excel 1 March 6th 09 01:57 AM
Huge differences in chart values screws my bar chart scale up. Sirritys Charts and Charting in Excel 2 June 13th 06 10:33 AM


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