Hi all,
I'm trying to make the font colour of my chart's secondary vertical and horizontal axis white (or hide them). I've used the macro recorder and get the following code;
When i run this code however i get an error on the TextFrame2 bit.
What am i doing wrong?
Cheers
I'm trying to make the font colour of my chart's secondary vertical and horizontal axis white (or hide them). I've used the macro recorder and get the following code;
Code:
Selection.Format.TextFrame2.TextRange.Font.Fill.Visible = msoFalse
When i run this code however i get an error on the TextFrame2 bit.
What am i doing wrong?
Cheers