View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
darthrader darthrader is offline
external usenet poster
 
Posts: 1
Default Excel 2003 causes error with Excel 2000 VBA code


I have worsheets that used to work with Excel 2000 and now cause error
since I upgraded to Excel 2003.

I get the following error when I run the macro;

Run-time error '-2147467259 (80004005)':
Method 'Select' of object 'Shape' Failed

From the following line of code;
ActiveSheet.Shapes ("Rectangle 7") .Select

Any suggestions

--
darthrade
-----------------------------------------------------------------------
darthrader's Profile: http://www.excelforum.com/member.php...fo&userid=3635
View this thread: http://www.excelforum.com/showthread.php?threadid=56146