Run-time error '-2147024809 (80070057)' : item with the specified name wasn't found

kwaiter

New Member
Joined
Mar 19, 2018
Messages
2
Hello

i have a sheet run well on Excel 1997 version. When I run it on Excel 2003 version i have this message error:
Run-time error '-2147024809 (80070057)' : item with the specified name wasn't found
pls, can you help me :

my peace of code is below:

Sheets("Pz1").Select
ActiveSheet.Shapes("AutoShape 1").Select " error here
Selection.Cut


thank you an advance
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hello

i have a sheet run well on Excel 1997 version. When I run it on Excel 2003 version i have this message error:
Run-time error '-2147024809 (80070057)' : item with the specified name wasn't found
pls, can you help me :

my peace of code is below:

Sheets("Pz1").Select
ActiveSheet.Shapes("AutoShape 1").Select " error here
Selection.Cut


thank you an advance
I am pretty sure that error means that there is no shape on the Pz1 sheet with the name "AutoShape 1". Select the shape you think you are referencing and double check its name in the Name Box (located immediately to the left of the Formula Bar).
 
Upvote 0
Cross posted https://www.excelforum.com/excel-pr...rror-between-excel-1997-and-excel-2003-a.html

Cross-Posting
While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0
I am pretty sure that error means that there is no shape on the Pz1 sheet with the name "AutoShape 1". Select the shape you think you are referencing and double check its name in the Name Box (located immediately to the left of the Formula Bar).


the very surprisingly and Very strange that there is any shape in the sheet !!!
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,215
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top