PC Review


Reply
Thread Tools Rate Thread

2007: bug when changing labels

 
 
=?Utf-8?B?TXJU?=
Guest
Posts: n/a
 
      26th Nov 2006
Just another problem: when you applylabels to a series, then set all values
but one to "" (empty string), except one to "Mylabel", you will see that only
the change for the "Mylabel" has been taken into account.

Regards,

MrT

 
Reply With Quote
 
 
 
 
Jon Peltier
Guest
Posts: n/a
 
      26th Nov 2006
Details? Manually or in code?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"MrT" <(E-Mail Removed)> wrote in message
news:6B1E03EA-9D6A-43D4-92B0-(E-Mail Removed)...
> Just another problem: when you applylabels to a series, then set all
> values
> but one to "" (empty string), except one to "Mylabel", you will see that
> only
> the change for the "Mylabel" has been taken into account.
>
> Regards,
>
> MrT
>



 
Reply With Quote
 
=?Utf-8?B?TXJU?=
Guest
Posts: n/a
 
      26th Nov 2006
> Details? Manually or in code?

With MySeries
.ApplyDataLabels
For i = 1 To .Points.Count
.Points(i).DataLabel.Text = iLabels(i)
Next i
End With

if iLabels is "a","","","","" it doesn't change anything but the first one
if iLabels is "a"," "," "," "," " it does the job for all

> _______
>
>
> "MrT" <(E-Mail Removed)> wrote in message
> news:6B1E03EA-9D6A-43D4-92B0-(E-Mail Removed)...
> > Just another problem: when you applylabels to a series, then set all
> > values
> > but one to "" (empty string), except one to "Mylabel", you will see that
> > only
> > the change for the "Mylabel" has been taken into account.
> >
> > Regards,
> >
> > MrT
> >

>
>
>

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      28th Nov 2006
The labels all were changed for me, even the blanks. Sometimes you don't see
the changes until you select the chart (and force a redraw, perhaps?).

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"MrT" <(E-Mail Removed)> wrote in message
news:FFB2510D-2787-4961-A039-(E-Mail Removed)...
>> Details? Manually or in code?

>
> With MySeries
> .ApplyDataLabels
> For i = 1 To .Points.Count
> .Points(i).DataLabel.Text = iLabels(i)
> Next i
> End With
>
> if iLabels is "a","","","","" it doesn't change anything but the first one
> if iLabels is "a"," "," "," "," " it does the job for all
>
>> _______
>>
>>
>> "MrT" <(E-Mail Removed)> wrote in message
>> news:6B1E03EA-9D6A-43D4-92B0-(E-Mail Removed)...
>> > Just another problem: when you applylabels to a series, then set all
>> > values
>> > but one to "" (empty string), except one to "Mylabel", you will see
>> > that
>> > only
>> > the change for the "Mylabel" has been taken into account.
>> >
>> > Regards,
>> >
>> > MrT
>> >

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 text labels in category axis - missing labels Boris Microsoft Excel Charting 3 5th Dec 2008 04:33 PM
Labels: Unable to import all records Excel 2007 to Word 2007 Mailm skelly Microsoft Excel Misc 1 29th Oct 2008 11:22 PM
Mail Merge Labels (Word 2007) w/ Excel (2007) aedcone Microsoft Word Document Management 2 11th Aug 2008 03:14 PM
Mail Merge Labels (Word 2007) from Excel (2007) aedcone Microsoft Word Document Management 3 8th Aug 2008 03:29 PM
how to keep data labels in chart in 2007 from changing? =?Utf-8?B?a29qYWtzNDM=?= Microsoft Excel Charting 1 4th Sep 2007 01:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:05 PM.