Türkçe Excel Sitesi - Excel Vba Forumu

Excel Sitesi Forum Konuları => Excel - Vba - Vbs Örnek Kodları => Konuyu başlatan: Bülent - Ekm 08, 2017, 04:49 ÖS

Başlık: VBS ile Text Dosyası (txt) Oluşturmak
Gönderen: Bülent - Ekm 08, 2017, 04:49 ÖS
VBS ile Text Dosyası (txt) Oluşturmak:

Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.CreateTextFile("C:\ExcelSitesi\TextDosyam.txt")