TickLabels

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello I have a chart on my workbook. I am trying to format the TickLabels
values to
Produce Letters instead on numbers, it only changes two numbers. and then
give a error
if I try to change more than two conditions. any insight into getting all
value on the
TickLabels to change will be appreciated. Thanks

does not work
Selection.TickLabels.NumberFormat = "[=19] ""G""; [=17] ""S"";[=17] ""F""; "

works !
Selection.TickLabels.NumberFormat = "[=19] ""G""; [=17] ""S"""
 
Back
Top