+ Reply to Thread
Results 1 to 2 of 2

Export Text File Without Tabs

  1. #1
    Registered User
    Join Date
    08-17-2012
    Location
    York, PA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Export Text File Without Tabs

    Does anyone know of a way to export info from Excel to a text document without the text document having any tabs or spaces between the cells????? I found a macro to export without tabs, but it puts spaces between the cells.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,813

    Re: Export Text File Without Tabs

    Most code I've seen for this has a statement or loop that concatenates a string variable before writing it to the text file. In that section of code, you should be able to simply replace the space character " " with whatever you want to use for a delimiter: "," or ";" or ">" or whatever.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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