 |
[VBA ] Excel VBA 輸出TXT檔 - 看板 Visual_Basic - 批踢踢實業坊
標題 [VBA ] Excel VBA 輸出TXT 檔 時間 Thu Oct 28 19:18:53 2010 我用 excel 2003 vba 內的範例 Sub OpenTextFileTest Const ForReading = 1, ForWriting = 2, ForAppending = 3 Dim fs, f Set fs = CreateObject("Scripting.FileSystemObject") Set f = fs ...
www.ptt.cc |
 |