View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default .top property not working with datalabels

As I responded to your other post, the first Top or Left in a loop led to
this failure, not because you were out of the plot area, but just because it
was the first in the loop. I don't know how to bypass this error yet.

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


"MrT" wrote in message
...
I've just notice a bug. You get "Method 'Top' of object 'DataLabel'
failed"
if you try to move the datalabel out of the plotarea. That works with
Excel
97-2003

MrT