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

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

قام بنشر

السلام عليكم

ممكن مساعدة فى قاعدة بيانات

المطلوب عندالضغط على الزر شهادة الميلاد 

يتم تشغيل الاسكنر ويحظ الصور فى مجلد d: doc

واسم الصورة يكون الرم الوظيفى -1

والزر الثانى نفس الوظيفة واسم الصورة 

واسم الصورة يكون الرم الوظيفى -2

 

شكرا مقدما

 

قام بنشر

Dim f As Object
Dim strfile As String
Dim strfolder As String
Dim varItem As Variant
Set f = Application.FileDialog(3)
f.allowMultiselect = True
If f.show Then
For Each varItem In f.selectedItems
strfolder = Left(varItem, Len(varItem) - Len(strfile))
MsgBox "Folder" & strfolder & vbCrLf & _
"File: " & strfile
picturesource = strfolder + strfile
Next
End If
Set f = 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.

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

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

Important Information