+ Reply to Thread
Results 1 to 6 of 6

Run time error between Excel 1997 and Excel 2003

  1. #1
    Registered User
    Join Date
    03-19-2018
    Location
    France
    MS-Off Ver
    2007
    Posts
    2

    Angry Run time error between Excel 1997 and Excel 2003

    Hello
    Urgent pls
    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:

    Please Login or Register  to view this content.

    thank you an advance
    Last edited by kwaiter; 03-20-2018 at 03:16 AM. Reason: Please use code tags

  2. #2
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Run time error between Excel 1997 and Excel 2003

    Hi,

    That simply means there isn't a shape on that sheet called "Autoshape 1".
    Don
    Please remember to mark your thread 'Solved' when appropriate.

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Run time error between Excel 1997 and Excel 2003

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
    HTH
    Regards, Jeff

  4. #4
    Registered User
    Join Date
    03-19-2018
    Location
    France
    MS-Off Ver
    2007
    Posts
    2

    Re: Run time error between Excel 1997 and Excel 2003

    I dont make any change. The excel sheet work very well on 97 version.
    the problem come from 2003 version.

  5. #5
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Run time error between Excel 1997 and Excel 2003

    Please address the moderator request or I can’t help you.

  6. #6
    Registered User
    Join Date
    01-10-2022
    Location
    Beirut
    MS-Off Ver
    2019
    Posts
    2

    Re: Run time error between Excel 1997 and Excel 2003

    hi, need help pls

    i have a sheet run well on Excel 2019 and i have this message error:
    Run-time error '-2147024809 (80070057)'

    i have problem with yellow mark on VBA when i add a new data from UserForm:

    If IsNumeric(Me("emp" & DataCol)) Then


    and this is the code below :

    'Fill Data in Excel Sheet

    With Sheet2
    .Range("A4") = "=Iferror(Max(empid)+1,1)"
    Me.emp1 = .Range("A4").Value
    'Check Form for all field are filled
    If Me.emp2 = Empty Then
    MsgBox ("Employee Name is Mandatory")
    Exit Sub
    End If
    'Fill Data in Excel Sheet
    LastAvailRow = .Range("E99999").End(xlUp).Row + 1
    .Range("E" & LastAvailRow) = Val(Me.emp1)
    For DataCol = 2 To 29
    If IsNumeric(Me("emp" & DataCol)) Then
    .Cells(LastAvailRow, DataCol + 4) = Val(Me("emp" & DataCol))
    Else
    .Cells(LastAvailRow, DataCol + 4) = Me("emp" & DataCol)
    End If
    Next DataCol
    Me.EmpNewBtn.Visible = True
    Me.EmpUpdBtn.Visible = True
    Me.EmpCanBtn.Visible = False
    Me.EmpSaveBtn.Visible = False
    Unload Me
    Employee_Management.Show
    End With
    End Sub

    thank you an advance

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] From 2007+ to 1997-2003 Excel
    By LeeBillington in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 10-17-2017, 02:33 PM
  2. Run time error 51 VBA excel 2003 vs. excel 2010 issue
    By nooreen in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-13-2015, 12:05 AM
  3. Error 32809 with ActiveSheet.Paste in Excel 1997
    By gjcase in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-27-2009, 02:43 PM
  4. [SOLVED] Run time error : Excel 2000 and Excel 2003 : different behavior of Macro
    By Bala in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-23-2006, 12:20 AM
  5. [SOLVED] How to transfer equations from Excel 1997 to Excel 2003
    By JP in forum Excel General
    Replies: 2
    Last Post: 01-17-2006, 05:15 PM
  6. Re: Excel 2003 - VB Code - Run time error....pls help :(
    By rjamison in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-13-2005, 08:05 PM
  7. Convert Excel file 2003 to 1997
    By Snig in forum Excel General
    Replies: 3
    Last Post: 05-12-2005, 04:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1