...= ThisWorkbook.Path & "\Tutanak\"
kaydet1 = ThisWorkbook.Path & "\Tutanak\Uzlaşma Tutanakları\"
If Len(Dir(kaydet2, vbDirectory)) = 0 Then MkDir kaydet2
If Len(Dir(kaydet1, vbDirectory)) = 0 Then MkDir kaydet1
For i = 2 To sonsatir
Set msword = CreateObject("word.application")...
...= ThisWorkbook.Path & "\Tutanak\"
kaydet1 = ThisWorkbook.Path & "\Tutanak\Uzlaşma Tutanakları\"
If Len(Dir(kaydet2, vbDirectory)) = 0 Then MkDir kaydet2
If Len(Dir(kaydet1, vbDirectory)) = 0 Then MkDir kaydet1
For i = 2 To sonsatir
Set msword = CreateObject("word.application")...
...= ThisWorkbook.Path & "\Tutanak\"
kaydet1 = ThisWorkbook.Path & "\Tutanak\Uzlaşma Tutanakları\"
If Len(Dir(kaydet2, vbDirectory)) = 0 Then MkDir kaydet2
If Len(Dir(kaydet1, vbDirectory)) = 0 Then MkDir kaydet1
For i = 2 To sonsatir
Set msword = CreateObject("word.application")...
...= [B1978] & ".pdf"
Case 65
PdfName = [B2009] & ".pdf"
End Select
If Len(PdfName) < 6 Then MsgBox "Sayfa İsmi Eksik": Exit Sub
ad = Range("aa2")
MkDir Environ("USERPROFILE") & "\Desktop" & "\" & ad
yol = Environ("USERPROFILE") & "\Desktop" & "\" & ad
ActiveSheet.ExportAsFixedFormat...
...Private Sub CreateDirectory(FolderPath)
On Error GoTo ErrHandler
If Dir(FolderPath, vbDirectory) = "" Then MkDir FolderPath
Exit Sub
ErrHandler:
MsgBox ("hata")
End Sub
...anahedef = "S:\TRT\Prostat_Kanseri_PSMA\" & mystr & "XX\"
DosyaAdi = tbDosyaAdi.Value
If Len(Dir(anahedef, vbDirectory)) = 0 Then
MkDir anahedef
End If
hedef = anahedef & DosyaAdi
kaynak = "S:\TRT\SABLONLAR\BOSPCA.XLSM"
If Len(Dir(hedef, vbDirectory)) = 0 Then
MkDir hedef
Shell...
Üstat ne yapmak istediğinizi işin açıkçası tam anlamadım, yan yana olmayla bir ilgisi olmaz.
SA.Range("A2:A82,C2:E7").Select
daha açıklayıcı yazarsanız yardımcı olmak isteriz.
MkDir satırından sonra On Error GoTo 0 komutu ile hata moduna dönülüyor. (On Error Resume Next iptal ediliyor diyelim.)
aynı isimde bir klasör varsa kodun durmaması için önlem.
muhtemelen alt alta veya yan yana olmayan alanların seçimi ile ilgili.
export öncesi boş bir sayfada birleştirip...
...If Range("E2") = 11 Then
yol = "C:\Users\" & Environ$("UserName") & "\Desktop\HUB\"
klasor = yol & Cells(1, 2).Value
On Error Resume Next
MkDir klasor
On Error GoTo 0
us = "Tamer"
yol2 = "C:\Users\" & us & "\Desktop\HUB\pdf"
SA.Select
SA.Range("A2:A82,C2:E7").Select...
...Set Dizi = VBA.CreateObject("Scripting.Dictionary")
Yol = K1.Path & "\Dosyalar\"
If Dir(Yol, vbDirectory) = "" Then
MkDir Yol
Else
If VBA.CreateObject("Scripting.FileSystemObject").Getfolder(Yol).Files.Count > 0 Then Kill Yol & "*.*"
End If...
...Dosya_Adi
'End If
Set Klasor = Nothing
Set FSO = Nothing
End Sub
Public Sub YedekKlasoruOlustur()
On Error GoTo Son
MkDir ("\\192.168.1.242\ortak\Üretim\Üretim Takip\Vardiya Yedek\" & Format(Date, "dd.mm.yyyy") & " - " & "Üretim Raporu")
Son:
End Sub
Yol =...
...FileExtStr = ".xls": FileFormatNum = 56
Case Else:
FileExtStr = ".xlsb": FileFormatNum = 50
End Select
End If
MkDir FolderName
For Each xWs In xWb.Worksheets
On Error GoTo NErro
If xWs.Visible = xlSheetVisible Then
xWs.Select
xWs.Copy
xFile =...
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.