> I saw this question somewhere else. You need to hide the regular axis
> labels, use an XY series to put points where you need labels (hide the
[quoted text clipped - 26 lines]
> > works !
> > Selection.TickLabels.NumberFormat = "[=19] ""G""; [=17] ""S"""
Sure, you just have to keep track of which axis your XY series is plotted
on, so the labels go where you want them to go.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______
> Thanks, would this work if there is a Primary and secondary axis? I tried
> your suggestion but it did not work. anymore suggestions ?
[quoted text clipped - 34 lines]
>> > works !
>> > Selection.TickLabels.NumberFormat = "[=19] ""G""; [=17] ""S"""
djdwwoug - 31 Aug 2007 03:02 GMT
Thanks again, is there anyway I can count the major gridlines so I can Place
the labels on each point.
because the gridline changes I need to have the labels on the grid lines.
each the data changes thr Y axis numbers and the X has dates I want to
change the Y numbers to letters is this posiable Dynamically?
> Sure, you just have to keep track of which axis your XY series is plotted
> on, so the labels go where you want them to go.
[quoted text clipped - 44 lines]
> >> > works !
> >> > Selection.TickLabels.NumberFormat = "[=19] ""G""; [=17] ""S"""
Jon Peltier - 31 Aug 2007 14:06 GMT
Use the same axis scale for the series you add to show labels. If G is
always at 19, then you place your point at 19 and apply a label of G. If G
is not always 19, you change the cell with the value so it keeps track of
G's value (or use a clever formula that changes the value appropriately).
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______
> Thanks again, is there anyway I can count the major gridlines so I can
> Place
[quoted text clipped - 56 lines]
>> >> > works !
>> >> > Selection.TickLabels.NumberFormat = "[=19] ""G""; [=17] ""S"""
djdwwoug - 31 Aug 2007 21:02 GMT
Thanks everything works.
> Use the same axis scale for the series you add to show labels. If G is
> always at 19, then you place your point at 19 and apply a label of G. If G
[quoted text clipped - 68 lines]
> >> >> > works !
> >> >> > Selection.TickLabels.NumberFormat = "[=19] ""G""; [=17] ""S"""