10-11-2012, 02:11 PM
Open the file in the edit mode by using '8'. then u can add the lines to it.
try the below sample code:
Thanks.
Harish
try the below sample code:
Code:
Set objFS = CreateObject("Scripting.FileSystemObject")
Set objReport = objFS.OpenTextFile("file name with path", 8, True)
objReport.Write "<TR COLS=5><TD BGCOLOR=#EEEEEE WIDTH=25%><FONT FACE=VERDANA SIZE=2>" & "Your Lines" & "</FONT></TD></TR>"
Thanks.
Harish