+ Reply to Thread
Results 1 to 2 of 2

open multiple text files for writing

Hybrid View

  1. #1
    Registered User
    Join Date
    10-18-2011
    Location
    KamoteLand
    MS-Off Ver
    Excel 2007
    Posts
    6

    open multiple text files for writing

    I'd like to write a text file from each of my conditions from my looping statement.
    Then each text file will be written to my workbook sheets.

    On my workbook,

    Let's say Condition1
    Will write a text file named text1.txt
    Then text1.text will be written to Sheet1

    Then Condition2
    Will write a text file named text2.txt
    Then text1.text will be written to Sheet2


    I am initially using,

    to write to the text file,
    Open text1.txt For Output As #1
    Print #1
    Close #1

    to read from the text file,
    Open text1.txt For Input As #1
    Print to my cells
    Close #1

    What is the significance of #1? What happens when this number is changed as I write/read the text files?

    May I ask for your expert advice on doing this?

  2. #2
    Forum Expert Kenneth Hobson's Avatar
    Join Date
    02-05-2007
    Location
    Tecumseh, OK
    MS-Off Ver
    Office 365, Win10Home
    Posts
    2,573

    Re: open multiple text files for writing

    Lookup the help for FreeFile.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1