G
Guest
I am trying to put the maximum number on the Y Axis automatically instead of
entering the maximum number. My numbers will change over time as more data
is added. I noticed the following code to add from another question from
someone.
Me![OLEUnbound0].Axes(2).maximumscale = Me![MaxScale]
However, I am not certain where to put this code. I added the reference
library but still get an error. Would I place the code on the open event to
the graph?
Thanks in advance for any assistance you can provide.
entering the maximum number. My numbers will change over time as more data
is added. I noticed the following code to add from another question from
someone.
Me![OLEUnbound0].Axes(2).maximumscale = Me![MaxScale]
However, I am not certain where to put this code. I added the reference
library but still get an error. Would I place the code on the open event to
the graph?
Thanks in advance for any assistance you can provide.