Sorgu için arama sonuçları: word.application

  1. YUSUF44

    Excel'den word'e veri aktarma

    Teşekkürler. Referans bölümünde object library 12 değil de 16 yüklü (işaretli) görünüyor. Ancak makroyu çalıştırdığımda Dim objWord As Word.Application kısmında User defined type not defined hatası veriyor. Beceremedim herhalde.
  2. H

    Excel'den word'e veri aktarma

    ...MyFile = .SelectedItems.Item(1) Else Exit Sub End If End With Set objWord = CreateObject("Word.Application") Set objDoc = objWord.Documents.Open(MyFile) With objWord.Selection.Find .ClearFormatting .Text = "ÖZEL ESASLAR:" End With...
  3. hadromer

    Soru Word ; Tablo içerisindeki resimlerin, resim yazısına göre alfabetik sıralanması

    @halit3 hocam bu kodları sizin kod yazıp ta 6 dosyayı birleştirip oluşan ana dosyada çalıştırıyorum. Excelle foto altındaki yazıları alıyor sadece :( bana lazım olan yine wordde sizin oluşturduğunuz tablo hali ama alfabetik sıralı. Aşağıda örnek bir foto var. O şekilde sıralı yapmam lazım.
  4. halit3

    Soru Word ; Tablo içerisindeki resimlerin, resim yazısına göre alfabetik sıralanması

    ...uzanti = fL.GetExtensionName(dosya) If uzanti = "doc" Or uzanti = "docx" Then yol = dosya ReDim veri(5000) Dim objWord As Word.Application Dim docWord As Word.Document Dim ImgItem As Word.InlineShape Set objWord = CreateObject("Word.Application") objWord.Visible = True Set docWord =...
  5. halit3

    Grupta istenen eleman yok hatası

    ...uzanti = fL.GetExtensionName(dosya) If uzanti = "doc" Or uzanti = "docx" Then yol = dosya ReDim veri(5000) Dim objWord As Word.Application Dim docWord As Word.Document Dim ImgItem As Word.InlineShape Set objWord = CreateObject("Word.Application") objWord.Visible = True Set docWord =...
  6. halit3

    Grupta istenen eleman yok hatası

    ...Object Set fL = CreateObject("Scripting.FileSystemObject") sat1 = 1 sut1 = 1 say1 = 3 yuk = 220 '165 Set wrdApp = CreateObject("Word.Application") Set wrdDoc = wrdApp.Documents.Add wrdApp.Visible = True With wrdApp.ActiveDocument.PageSetup .LeftMargin = 30 '50 'sol .RightMargin = 10 '50...
  7. M

    WORD to PDF Macrosu Hk. Soru

    Mükemmelsiniz hocam ellerinize sağlık :) Şu an süper çalışıyor. Tabi diğer yazdığınız macroya nazaran daha yavaş convert işlemi yapıyor ama o ekranda çıkan "save - don't save" kutucuğu çıkmadan başka bir klasöre convert işlemini yapıyor.
  8. halit3

    WORD to PDF Macrosu Hk. Soru

    ...If "~$" = Mid(dosya.Name, 1, 2) Then GoTo Atla2 If uzanti = "doc" Or uzanti = "docx" Then veri = dosya Dim objWord As Word.Application Dim docWord As Word.Document Set objWord = CreateObject("Word.Application") objWord.Visible = True Set docWord = objWord.Documents.Open(Filename:=veri...
  9. hadromer

    Grupta istenen eleman yok hatası

    hocam nasıl teşekkür edeceğimi şaşırdım, elinize sağlık. Çok minnettarım. Sizin bu yardımseverliğinize karşın bende altın üye oldum. Çok teşekkür ediyoprum
  10. halit3

    Grupta istenen eleman yok hatası

    ...As Object Set fL = CreateObject("Scripting.FileSystemObject") sat1 = 1 sut1 = 1 say1 = 3 yuk = 255 '165 Set wrdApp = CreateObject("Word.Application") Set wrdDoc = wrdApp.Documents.Add wrdApp.Visible = True With wrdApp.ActiveDocument.PageSetup .LeftMargin = 30 '50 'sol .RightMargin = 10 '50...
  11. M

    WORD to PDF Macrosu Hk. Soru

    Hocam konuyu hortlatıyorum gibi olucak ama çok güzel çalışıyor hatta baya bir yol kat ettim. Ancak şu andaki dosyalarımda save - save as çıkmaya başladı. tek tek hepsine don't save diyorum. o yüzden de kullanamıyorum şu anda. Bunun için kod üzerinden mi yoksa program üzerinden mi birşey...
  12. halit3

    Grupta istenen eleman yok hatası

    ...Object Set fL = CreateObject("Scripting.FileSystemObject") sat1 = 1 sut1 = 1 say1 = 3 yuk = 220 '165 Set wrdApp = CreateObject("Word.Application") Set wrdDoc = wrdApp.Documents.Add wrdApp.Visible = True With wrdApp.ActiveDocument.PageSetup .LeftMargin = 30 '50 'sol .RightMargin = 10 '50...
  13. hadromer

    Grupta istenen eleman yok hatası

    her bir dosyam farklı sayfa numaralarına sahip. birisi 200, birisi 96 gibi. son veridiğiniz kodlarda yukarıdaki hatayı alıyorum. excel'de düğme ekleyip denedim yine aynı. Bir önceki kodunuz muazzam çalışıyor ama 3 numaralı dosyamda takılıyor.
  14. halit3

    Grupta istenen eleman yok hatası

    ...Object Set fL = CreateObject("Scripting.FileSystemObject") sat1 = 1 sut1 = 1 say1 = 3 yuk = 255 '165 Set wrdApp = CreateObject("Word.Application") Set wrdDoc = wrdApp.Documents.Add wrdApp.Visible = True With wrdApp.ActiveDocument.PageSetup .LeftMargin = 30 '50 'sol .RightMargin = 10 '50...
  15. halit3

    WORD to PDF Macrosu Hk. Soru

    ...= fL.GetBaseName(dosya) If "~$" = Mid(dosya.Name, 1, 2) Then GoTo Atla2 If Uzanti = "doc" Or Uzanti = "docx" Then Dim wrdApp As Word.Application Dim wrdDoc As Word.Document Set wrdApp = CreateObject("Word.Application") wrdApp.Documents.Open (dosya) wrdApp.Visible = True Klasor =...
  16. halit3

    WORD to PDF Macrosu Hk. Soru

    ...= LCase(fL.GetExtensionName(dosya.Name)) dosya_adi = fL.GetBaseName(dosya) If Uzanti = "doc" Or Uzanti = "docx" Then Dim wrdApp As Word.Application Dim wrdDoc As Word.Document Set wrdApp = CreateObject("Word.Application") wrdApp.Documents.Open (dosya) wrdApp.Visible = True Klasor =...
  17. M

    WORD to PDF Macrosu Hk. Soru

    ...= LCase(fL.GetExtensionName(dosya.Name)) dosya_adi = fL.GetBaseName(dosya) If Uzanti = "doc" Or Uzanti = "docx" Then Dim wrdApp As Word.Application Dim wrdDoc As Word.Document Set wrdApp = CreateObject("Word.Application") wrdApp.Documents.Open (dosya) wrdApp.Visible = True say =...
  18. hadromer

    Word Sabit Bir Tablo oluşturup, içerisine fotoğraf eklemek

    @halit3 resmen kodlarla görsel şölen yapmaya devam ediyorsunuz :)
  19. halit3

    Word Sabit Bir Tablo oluşturup, içerisine fotoğraf eklemek

    ...Object Set fL = CreateObject("Scripting.FileSystemObject") sat1 = 1 sut1 = 1 say1 = 3 yuk = 255 '165 Set wrdApp = CreateObject("Word.Application") Set wrdDoc = wrdApp.Documents.Add wrdApp.Visible = True With wrdApp.ActiveDocument.PageSetup .LeftMargin = 30 '50 'sol .RightMargin = 10 '50...
  20. hadromer

    Word Sabit Bir Tablo oluşturup, içerisine fotoğraf eklemek

    @halit3 siz ne muhteşem bir insansınız. Hafta içi hafta sonu demediniz benim için uğraştınız. Kod muhteşem çalışıyor. Tam istediğim gibi. Çok teşekkür ediyorum. Elleriniz dert görmesin.
Üst