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

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

قام بنشر (معدل)

مساء الخير عليكم جميعا

هل يمكن عمل أداه بحث لملف معين اسمه مدروج فى الاكسس بمجرد الضغط على الزار تبدا الاأكسس فى البحث دخل الكمبيوتر فى فولدر معين بذاته على أى معلمومه قريبه أو بعيده مثل هذا ألاسم
وشكرا

 

تم تعديل بواسطه ابوخليل
تعديل العنوان
قام بنشر
Dim xFname As String

Set xFile = CreateObject("Scripting.FileSystemObject")
Set Stshell = CreateObject("WScript.Shell")

' مسار واسم الملف
xFname = "D:\data.mdb"

'بحث عن الملف في المسار في المتغير السابق
If xFile.FileExists(xFname) = True Then

'اذا وجده شغل الملف
Stshell.Run xFname

'غير ذلك اي لم يجد الملف
Else


MsgBox "غير موجود تاكد من مسار الملف"
End If

Set xFile = Nothing
Set Stshell = Nothing

جرب هذا

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.

×
×
  • اضف...

Important Information