View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mrt mrt is offline
external usenet poster
 
Posts: 70
Default 2007: .DataLabels.Position

If you programmatically

- set the .DataLabels.Position to (for example) xlLabelPositionRight
- change the .top and .left of some of the labels
- set again the .DataLabels.Position to (for example) xlLabelPositionRight

for position of the labels is not reset to xlLabelPositionRight

This used to be the case with previous versions

MrT