A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
It requires VBA. See this recent blog article
http://peltiertech.com/WordPress/link-excel-chart-axis-scale-to-values-in-cells/
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Can somebody help me?
I need to index/link the maximum and minimum values of a graph axis (vertical) from existing values in cells. So that they update automatically according to the values of the cells as they change.
It is possible to do this? How to do it?
Thank you allin advance
Roger(io) Fernandes
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
It requires VBA. See this recent blog article
http://peltiertech.com/WordPress/link-excel-chart-axis-scale-to-values-in-cells/
Had a look on whatever google search showed up. It is definitely not possible without VBA as min and max options in Axis Options can't take cell reference. Hence, VBA is the only recourse.
Hi Andy,
Although not exactly what I needed, because it uses VBA, my thanks for the solution presented.
Thank you
If anyone knows of another solution and without recourse to VBA, you're welcome