+ Reply to Thread
Results 1 to 2 of 2

Concatenate to a text file

  1. #1
    Registered User
    Join Date
    10-07-2005
    Posts
    12

    Concatenate to a text file

    I have a function that does some calculations but it keeps putting data on a newline. I wanna concatenate data to the same line on a text file using vba. How do I achieve that?
    For example:
    I get this:
    0
    1
    2
    3
    4
    But I want:
    0 1 2 3 4

  2. #2

    Re: Concatenate to a text file

    You might want to post your other function to show how you are
    accomplishing your first results.

    Do you want your results to be all in one cell or separated out into
    columns (i.e. 0 in column A, 1 in column B, 2 in column C, ...)


+ 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