...Aktarıldı....", vbInformation
End Sub
Function DizinYoluBul(ByRef DizinYolu As Variant)
Dim fd As FileDialog
Set fd = Application.FileDialog(msoFileDialogFolderPicker)
fd.Show
If fd.SelectedItems.Count > 0 Then DizinYolu = fd.SelectedItems(1)
End Function
Sub TumDosyalariListele(Yol As...
Hocam hem desteğiniz hem de hoşgörünüz için teşekkür ederim. Göremediğim içinse üzgünüm, özür dilerim.
Yazmış olduğunuz kod gayet güzel çalışıyor. Çok teşekkür ederim.
Tıkır tıkır maşallah :)
Tekrar teşekkür ederim.
...Dim fd As FileDialog
Dim dsy As Variant
Dim adt As Long
Application.ScreenUpdating = False
Set fd = Application.FileDialog(msoFileDialogFilePicker)
With fd
.Filters.Clear
.InitialFileName = "C:\"
.AllowMultiSelect = True...
....Left = resimSol
End With
End Sub
Function ResimDosyasiSec() As String
Dim lngCount As Long
With Application.FileDialog(msoFileDialogOpen)
.AllowMultiSelect = False 'True
.Filters.Add "Images", "*.gif; *.jpg; *.jpeg", 2
.Show
For lngCount =...
...Dim Baslik As String
Dim Hucre1, Hucre2 As Range
Set ilk = Application.ActiveWorkbook
Baslik = "https://emrebengul.com"
With Application.FileDialog(msoFileDialogOpen)
.Filters.Clear
.Filters.Add "Excel 2007-13", "*.xlsx; *.xlsm; *.xlsa"
.AllowMultiSelect = False
.Show
If...
...Dim Baslik As String
Dim Hucre1, Hucre2 As Range
Set ilk = Application.ActiveWorkbook
Baslik = "https://dilaverajder.com"
With Application.FileDialog(msoFileDialogOpen)
.Filters.Clear
.Filters.Add "Excel 2007-13", "*.xlsx; *.xlsm; *.xlsa"
.AllowMultiSelect = False
.Show
If...
...yoktur)
Mevcut makrom şuanda bu şekildedir bu makrom üzerinden düzenleme yapmanızı rica ederim.
Sub veriCekmek()
With Application.FileDialog(msoFileDialogOpen)
.Filters.Clear
.Filters.Add "Excel 2007-13", "*.xlsx;*.xlsm;*.xlsa;*.csv"
.AllowMultiSelect = False
.Show
If...
...Dim Baslik As String
Dim Hucre1, Hucre2 As Range
Set ilk = Application.ActiveWorkbook
Baslik = "https://dilaverajder.com"
With Application.FileDialog(msoFileDialogOpen)
.Filters.Clear
.Filters.Add "Excel 2007-13", "*.xlsx; *.xlsm; *.xls"
.AllowMultiSelect = False
.Show
If...
...hedefsayfa As Worksheet
Dim kolon As Variant
Dim s As Variant
dim i as long
Dim fileDialog As fileDialog
Set fileDialog = Application.fileDialog(msoFileDialogFilePicker)
With fileDialog
.AllowMultiSelect = False
.Title = "Kaynak Dosya Seç"
.Filters.Clear...
...DosyaOku()
FSO'yu = CreateObject("Scripting.FileSystemObject") olarak ayarlar
Office.FileDialog Olarak fd'yi Dim
fd = Application.FileDialog(msoFileDialogFilePicker) olarak ayarlar
fd sonucu
.AllowMultiSelect = Yanlış
.Filtreler.Temizle
.Title = "Bir Excel...
...Teşekkürler
Sub DosyaOku()
Set FSO = CreateObject("Scripting.FileSystemObject")
Dim fd As Office.FileDialog
Set fd = Application.FileDialog(msoFileDialogFilePicker)
With fd
.AllowMultiSelect = False
.Filters.Clear
.Title = "Select a Excel File"...
...Dim RaparNo2 As Long
Dim i As Long
' Klasör seçme iletisim kutusu göstererek FilePath'i ayarlayin
With Application.FileDialog(msoFileDialogFolderPicker)
.Title = "Klasör Seçin"
If .Show <> -1 Then
MsgBox "Klasör seçilmedi. Makro sonlandiriliyor."...
...' Kaydedilecek dosyanın tam yolunu belirle
If KlasorYolu = "" Then
With Application.FileDialog(msoFileDialogFolderPicker)
.Title = "Kaydedilecek klasörü seçin"
.Show
If .SelectedItems.Count > 0 Then...
...desteğiniz için teşekkürler,
iyi Çalışmalar.
Sub UseFileDialogOpen()
Dim fd As Office.FileDialog
Set fd = Application.FileDialog(msoFileDialogFilePicker)
With fd
.Filters.Clear
.Title = "Select an Excel File"
.Filters.Add "Excel Files", "*.xlsx?"...
...buton ile resim eklemek istiyorum,
Private Sub CommandButton1_Click()
Dim File As FileDialog
Dim DosyaY As String
Set File = Application.FileDialog(msoFileDialogFolderPicker)
File.AllowMultiSelect = False
File.Filters.Clear
File.Filters.Add "Resim Dosyası", "*.jpg?", 1
File.Show
If...
Sizlere daha iyi bir deneyim sunabilmek icin sitemizde çerez konumlandırmaktayız, web sitemizi kullanmaya devam ettiğinizde çerezler ile toplanan kişisel verileriniz Veri Politikamız / Bilgilendirmelerimizde belirtilen amaçlar ve yöntemlerle mevzuatına uygun olarak kullanılacaktır.