Hey guys. I'm a complete newb regarding VBA. I'm trying no create a macro that can read values from cells, and change the scales in a graph according to those values. For the moment I recorded a macro while changing the min X scale, and it looks like this:
Sub TestingScale()
With...