Hi all,
Subject says it all; Can I assume everyone has Scripting Run Time
(scrrun.dll) on C:\WINNT\sytem32\?
Apparenlty it comes with Internet Explorer 6.0.
What other alternatives do I haev to create a text file and insert some text
in lines?
Thanks for your time.
Sub CreateTextFile()
Dim FileNumber
FileNumber = FreeFile ' Get unused file number.
Open quot;C:\Test.txtquot; For Output As #FileNumber
Write #FileNumber, quot;This is a first line of dataquot;
Print #FileNumber, quot;This is a second line of dataquot;
Close #FileNumber
End Sub--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
quot;Tetsuya Ogumaquot; gt; wrote in message
...
gt; Hi all,
gt;
gt; Subject says it all; Can I assume everyone has Scripting Run Time
gt; (scrrun.dll) on C:\WINNT\sytem32\?
gt;
gt; Apparenlty it comes with Internet Explorer 6.0.
gt;
gt; What other alternatives do I haev to create a text file and insert some
text
gt; in lines?
gt;
gt; Thanks for your time.
gt;
gt;
- Sep 29 Fri 2006 20:09
Can I assume everyone has Scripting Run Time (scrrun.dll) on C:\WI
close
全站熱搜
留言列表
發表留言