Login | |
|
 |
RE: Exporting to Text - 2/27/2007 3:29:57 AM
|
|
 |
|
| |
ebgreen
Posts: 4613
Score: 31
Joined: 7/12/2005
Status: offline
|
Dim oFSO : Set oFSO = CreateObject("Scripting.FileSystemObject") Dim strFile Dim oFile strFile = oFSO.OpenTextFile("\\163.197.117.41\Quantum\Q059DAY", 1).ReadAll() strFile = Replace(strFile, Chr(34), "") Set oFile = oFSO.OpenTextFile(\\163.197.117.41\Quantum\Q059DAY, 2) oFile.Write strFile oFile.Close
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|