اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

برنامج استيراد البيانات من ملف Excel إلى Access


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

السلام عليكم اخواني الاعزاء 

فضلاً وليس امراءً المساعدة في الاتي :-

وجودة على المنتدى العظيم برانامج اكسس لعملية استيراد ملفات الاكسل الى قواعد البيانات اكسس الذي قام بتصميه الاستاذ القدير /علاء الدين محمد النكلاوى جزاءه الله الف خير على هذا العمل الرئع 

حاولت ان استفيد منه في عملي واللاسف الشديد لم يعمل  معي في جهازي بسبب اصدار الاوفس عندي 2016 64 بيت

ممكن احد يساعدني في حل هذه المشكلة حتى يعمل معي بشكل طبعي  .

مرفق لكم الملف 

وشكرا

excel_to_access.rar

رابط هذا التعليق
شارك

ما الخظأ في هذه الدلة 

Function GetImportFile()

  On Error Resume Next
   Dim mFile As String
   
   mFile = GetFile("Choose a file to import", "Excel Files (*.xls)", "*.xls")
   If Len(mFile) = 0 Then Exit Function
   Me.ImportFile = mFile
   GetSheetnames
   Exit Function
   
GetImportFile_Error:
   MsgBox Err.Number & Err.Description
   Stop
   Resume Next
End Function

 

Function GetImportFile()

  On Error Resume Next
   Dim mFile As String
   
   mFile = GetFile("Choose a file to import", "Excel Files (*.xls)", "*.xls")
   If Len(mFile) = 0 Then Exit Function
   Me.ImportFile = mFile
   GetSheetnames
   Exit Function
   
GetImportFile_Error:
   MsgBox Err.Number & Err.Description
   Stop
   Resume Next
End Function

 

 

تم تعديل بواسطه jjafferr
لتنسيق الكود: استعمال <> القائمة ، ووضع الكود في نافذته
رابط هذا التعليق
شارك

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