
Originally Posted by
xld
It is not that I am so busy, but I have difficulty getting internet access at the moment, I only get about an hour a day at the end of the day.
On the first point, sometimes by creating functions it can actually make the code less manageable IMO, it makes it harder to see exactly what is going on. But ... as this seems tobe where you want to go, and that is your prerogative, I would return to my way of doing these things which is with a class module. I would have a class that manages all of the chart properties that I am interested in, and then just change ranges and so on as a property of the class.
On the second one, again I would think that would be nicely handled as properties of the class.