Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use a label macro to put labels on chart points ..
Sometimes the data comes in as dates when the text is 4-17. Even if I format it as text the point labels are dates. How do I get around this. windows 2000 excel xp thanks much |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could try:
Chart1.Series.Points.DataLabels.NumberFormat = "Text" Change Chart1 to actual. The data labels would normally pick up the format from the source reference. If it is not doing it then the above should reset the labels format. I have not tested it, so it might need some tweaking. "FGM" wrote: I use a label macro to put labels on chart points .. Sometimes the data comes in as dates when the text is 4-17. Even if I format it as text the point labels are dates. How do I get around this. windows 2000 excel xp thanks much |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lock Cell Format - Allow copy and paste of data without format change | Excel Worksheet Functions | |||
cell format - remove cell format pattern without effecting colors | Excel Discussion (Misc queries) | |||
Can cell format come from and change with reference cell format | Excel Discussion (Misc queries) | |||
Custom Cell format to mimic time format | Excel Discussion (Misc queries) | |||
How do I copy data in single cell format to a merged cell format | Excel Discussion (Misc queries) |