View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default 2007 PlotArea.Left

Just testing on Excel 2007 and in a simple graph I get the following error:
Method 'Left' of object 'PlotArea' failed
When I do PlotArea.Left = 0

This works fine in 2000 to 2003.

I can do simply On Error Resume Next and that solves it, but I wonder if
these
kind of bugs will be resolved in the final release.
Should I just ignore these bugs (I had some similar) and wait for the final
release?

RBS