mhywbkasht قام بنشر أكتوبر 27, 2020 قام بنشر أكتوبر 27, 2020 كود ادراج الصور من الماسح والحاسبه وحذف الصور
ازهر عبد العزيز قام بنشر أكتوبر 27, 2020 قام بنشر أكتوبر 27, 2020 تفضل Dim fdialog As Office.FileDialog Dim filepath As String Set fdialog = Application.FileDialog(msoFileDialogFilePicker) With fdialog .Title = "Select image" .AllowMultiSelect = False .Filters.Clear .Filters.Add "Image file", "*.jpg ; *.bmp ; *.png" If .Show Then filepath = .SelectedItems(1) [Imagepath] = filepath Else Exit Sub End If End With 1
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.