VBA coding in Excel
CrazyJoe
Winter Springs, FL Icrontian
I am trying to use MS Excel to create a template that our teachers can use to create a graph to track a students progress in a certain subject against a baseline.
For instance if a kindergarten student is supposed to know 100 words by the end of the year the teacher can test them and put for a certain date they knew x number of words and then display this on a graph.
I have created the data table in excel and it auto formats the chart based on the data with the dates on the x axis and the results of the test on the y axis. I would like it to also be able to set the min/max and scale of the axes based on a value in a certain cell (rather than having the chart automatically decide what it thinks is best or having to manually edit the chart properties.) From what I've read the only way to do this is to write some code. I have found only one site that shows an example of how to do this, but I cannot figure out how to get it to work.
Does anyone here have any idea how to do this and can either send me a template already created or show me to a site that explains how to do this a little clearer than the link that I posted above. It's been way too long since I've written any code and I'm beyond rusty at it.
Thanks in advance!!
For instance if a kindergarten student is supposed to know 100 words by the end of the year the teacher can test them and put for a certain date they knew x number of words and then display this on a graph.
I have created the data table in excel and it auto formats the chart based on the data with the dates on the x axis and the results of the test on the y axis. I would like it to also be able to set the min/max and scale of the axes based on a value in a certain cell (rather than having the chart automatically decide what it thinks is best or having to manually edit the chart properties.) From what I've read the only way to do this is to write some code. I have found only one site that shows an example of how to do this, but I cannot figure out how to get it to work.
Does anyone here have any idea how to do this and can either send me a template already created or show me to a site that explains how to do this a little clearer than the link that I posted above. It's been way too long since I've written any code and I'm beyond rusty at it.
Thanks in advance!!
0
Comments
While the add-on may be more work upfront could be simpler in the long run. But I don't know how large or spread out your end user pool is so it's hard to say.