اذهب الي المحتوي
أوفيسنا

الردود الموصى بها

  • أفضل إجابة
قام بنشر

بالاعتماد على نفس الكود الذي وضعته لك في مشاركة سابقة مع بعض التعديلات

تفضل

Dim File_Path As String
Dim File_Name As String
Dim Name_Path As String
Dim Fso As Object

Dim NewPath As String

Set Fso = CreateObject("scripting.filesystemobject")
  
  File_Path = Application.CurrentProject.Path & "\CONTACT\"
  NewPath = Application.CurrentProject.Path & "\CONTACT\Old\"
 
  File_Name = Dir(File_Path & "\*.*")
  Name_Path = File_Path & File_Name
    
    If InStr(File_Name, crn) > 0 Then
       MsgBox (" * تم ايجاد تطابق بين رقم كذا والملف - سيتم نقله  * ")
  
          Fso.MoveFile Name_Path, NewPath
    
    Else
   
   MsgBox (" * لا يوجد ملفات لنقلها * ")
    
    End If

 

MoveFile.mdb CONTACT.rar

  • Like 1
  • Thanks 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information