Skip to main content

AccessTr.neT


Vba Kod İle Txt Dosyası Oluşturmak

Vba Kod İle Txt Dosyası Oluşturmak

Çözüldü #1
Vba Kod İle Txt Dosyası Oluşturmak nasıl olur
Dim fso as Object
Set fso = CreateObject("Scripting.FileSystemObject")
Dim oFile as Object
Set oFile = FSO.CreateTextFile(strPath)
oFile.WriteLine "test"
oFile.Close
Set fso = Nothing
Set oFile = Nothing 
@benbendedeilem
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Vba Kod İle Txt Dosyası Oluşturmak - Yazar: accessman - 31/05/2020, 12:20