+ Reply to Thread
Results 1 to 1 of 1

Runtime error '53': File not found

Hybrid View

  1. #1
    Registered User
    Join Date
    07-12-2016
    Location
    Istanbul, Turkey
    MS-Off Ver
    Excel 2007
    Posts
    1

    Exclamation Runtime error '53': File not found

    I have same issue hard to solve , please may you help me solving the error . It was working like a clock but a year after code have problems i m sure why ...

    tHX for any info

    corrupted line shown below with arrow


    Private Sub ComboBox1_Change()
    ChDir ("c:/xlabpro/analiz/PENDIK")
    --> UserForm2.TextBox1.Text = FileDateTime(UserForm2.ComboBox1.Value)
    End Sub
    
    Private Sub CommandButton1_Click()
    Application.Run "'PENDIK.xls'!Sayfa2.gonder"
    End Sub
    
    Private Sub CommandButton2_Click()
    Unload UserForm2
    End Sub
    
    Private Sub Label1_Click()
    
    End Sub
    
    Private Sub Label2_Click()
    
    End Sub
    
    Private Sub Label3_Click()
    
    End Sub
    
    Private Sub ListBox1_Click()
    
    End Sub
    
    Private Sub TextBox1_Change()
    
    End Sub
    
    Private Sub UserForm_Initialize()
    For x = 4 To 35
      a$ = Cells(x, 2)
      b$ = Cells(x, 3)
      c$ = a$ + " / " + b$
      If Cells(x, 2) = "" Then c$ = ""
      UserForm2.ListBox1.AddItem c$
    Next x
    End Sub
    Last edited by JBeaucaire; 07-12-2016 at 04:19 PM. Reason: Added missing CODE tags. Please read and follow the Forum Rules, link above in the menu bar. Thanks.

+ 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] Reset form on no results found (Runtime error)
    By chrisandsally in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-24-2015, 03:09 PM
  2. [SOLVED] Runtime error 5174, File could not be found.
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-17-2015, 05:49 AM
  3. [SOLVED] Runtime error '53': File not found
    By abousetta in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-03-2015, 02:36 PM
  4. [SOLVED] Workbooks.Open method and runtime error 1004 - "file couldn't be found".
    By PHBlaz in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-28-2014, 02:10 PM
  5. Replies: 0
    Last Post: 11-22-2013, 07:28 AM
  6. [SOLVED] Variable not found & Runtime error 13
    By DJvdW in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-08-2013, 08:17 AM
  7. Runtime error: File could not be found...even though I just opened it
    By VBA FTW in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-20-2013, 03:41 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