Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub CreateTextFile()
Dim FileNumber FileNumber = FreeFile ' Get unused file number. Open "C:\Test.txt" For Output As #FileNumber Write #FileNumber, "This is a first line of data" Print #FileNumber, "This is a second line of data" Close #FileNumber End Sub -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Tetsuya Oguma" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
time entry with am/pm and no colons | Excel Discussion (Misc queries) | |||
Entering Times | Excel Discussion (Misc queries) | |||
time differences in a column | Excel Worksheet Functions | |||
Accumulate weekly time to total time in Excel. | Excel Discussion (Misc queries) | |||
Time Sheet Calculation Help Needed! | Excel Worksheet Functions |