Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I know there is a lot of content out there about dynamic range in charts but as far as I can see my problem is not covered yet (forgive me when I'm wrong). Problem: - I have one value to display in a chart, e.g. value=0.5 (cell A1) - the boundaries of the x-axis should be determined by the user, e.g. min=0 (cell B1) and max=1 (cell C1) Question: How can I create a dynamic chart without the user need to go into the chart menu "Format Axis = Scale" ? Thanks for help! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use worksheet cells that either (a) have formulas that calculate
an appropriate set of axis scale parameters or (b) serve as data entry cells for the user to enter appropriate parameters. Then link the chart to these cells using a little VBA: http://peltiertech.com/Excel/Charts/...nkToSheet.html Tushar Mehta has a utility that automates this process on his web site (http://tushar-mehta.com, look for the auto chart manager). - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "Hannes" wrote in message ... Hi, I know there is a lot of content out there about dynamic range in charts but as far as I can see my problem is not covered yet (forgive me when I'm wrong). Problem: - I have one value to display in a chart, e.g. value=0.5 (cell A1) - the boundaries of the x-axis should be determined by the user, e.g. min=0 (cell B1) and max=1 (cell C1) Question: How can I create a dynamic chart without the user need to go into the chart menu "Format Axis = Scale" ? Thanks for help! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the fast answer. This is very helpful!
"Jon Peltier" wrote: You could use worksheet cells that either (a) have formulas that calculate an appropriate set of axis scale parameters or (b) serve as data entry cells for the user to enter appropriate parameters. Then link the chart to these cells using a little VBA: http://peltiertech.com/Excel/Charts/...nkToSheet.html Tushar Mehta has a utility that automates this process on his web site (http://tushar-mehta.com, look for the auto chart manager). - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "Hannes" wrote in message ... Hi, I know there is a lot of content out there about dynamic range in charts but as far as I can see my problem is not covered yet (forgive me when I'm wrong). Problem: - I have one value to display in a chart, e.g. value=0.5 (cell A1) - the boundaries of the x-axis should be determined by the user, e.g. min=0 (cell B1) and max=1 (cell C1) Question: How can I create a dynamic chart without the user need to go into the chart menu "Format Axis = Scale" ? Thanks for help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range Name For Axis? | Charts and Charting in Excel | |||
chart with dynamic x axis | Charts and Charting in Excel | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Dynamic Bar Chart Category Axis Problem | Charts and Charting in Excel | |||
graphs with dynamic x-y axis | Charts and Charting in Excel |