Problem description
With VBA, I want to set my TimeScale, in the Gantt Chart , Resource Usage and Task Usage view, to my own default.
I would first like to read the Enlarge value as it has already been set.
I then want to use the retrieved Enlarge value when setting my timescale to 3 Tiers.
I can adjust my Timescale with: TimescaleEdit.
(This often changes the Enlarge value. But If I know the Enlarge value then I could replace the changed Enlarge value back to the previous value)
Question
How do I retrieve the current Enlarge value before adjusting the TimeScale?