N
n/a
Hi
I intend to maximize the width of the legend within two axis. I
reposition it myself using this code:
If .HasLegend Then
.Legend.Width = .PlotArea.InsideWidth
.Legend.Left = .PlotArea.InsideLeft
.Legend.Top = 1
End If
But it is not working when I use
Application.ScreenUpdating = False
If
Application.ScreenUpdating = True
then only charts shown on the screen while updating / creating are
done right.
What is going on ?
Secondly I want to have the legendentries to occupy one line each
instead of one line all together. Can that be accomplished ?
Yours
I intend to maximize the width of the legend within two axis. I
reposition it myself using this code:
If .HasLegend Then
.Legend.Width = .PlotArea.InsideWidth
.Legend.Left = .PlotArea.InsideLeft
.Legend.Top = 1
End If
But it is not working when I use
Application.ScreenUpdating = False
If
Application.ScreenUpdating = True
then only charts shown on the screen while updating / creating are
done right.
What is going on ?
Secondly I want to have the legendentries to occupy one line each
instead of one line all together. Can that be accomplished ?
Yours