Here's one I haven't seen:
How do you, using VBA, create a fixed number of x-axis tick marks (say, 10), even if the data range varies?
I have the following, but it doesn't seem to work:
objChart.Axes(xlCategory).CategoryType = xlCategoryScale
objChart.Axes(xlCategory).FixedScale = 10
How do you, using VBA, create a fixed number of x-axis tick marks (say, 10), even if the data range varies?
I have the following, but it doesn't seem to work:
objChart.Axes(xlCategory).CategoryType = xlCategoryScale
objChart.Axes(xlCategory).FixedScale = 10