Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need to write figures to a text file. I have a loop that gets the updated figures and then opens a text file and writes the figures, then closes the text file and begins the process again. Is there a way that I can do this without closing the text file each time the loop runs, i.e., make the macro write to a new line. Basically I am trying to decrease processor time. The code that I have at the moment in my loop is as follows. Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.OpenTextFile(FilePath, 8, 1) a.WriteLine (Line1) a.Close Many thanks for any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closing file with macro | Excel Discussion (Misc queries) | |||
Error when closing file | Excel Discussion (Misc queries) | |||
How to skip the save file notoification on file closing? | Excel Worksheet Functions | |||
Writing to notepad file | Excel Discussion (Misc queries) | |||
writing on an excel file | New Users to Excel |