+ Reply to Thread
Results 1 to 6 of 6

Truncation when reading contents of cell

  1. #1
    Registered User
    Join Date
    06-01-2007
    Posts
    11

    Truncation when reading contents of cell

    Hello,

    When I try to read a few particular cells though VBA and write it into a text file, the string in the text file gets truncated at 255 chars. When I try to display the value I have read from the cell, it still displays a truncated value (more than 255 chars though). Is there a way to read the entire contents of the cell as is, with no truncation ?

    Thanks in advance.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello Avr,

    You should include the code you are using to read and write your data with. The formula bar will display up to 1,000 + characters while the cell truncates to 255. These values are different if you are using Excel 2007.

    Sincerely,
    Leith Ross

  3. #3
    Registered User
    Join Date
    06-01-2007
    Posts
    11
    Hello,

    I read the data cell by cell and if needed, write it onto another sheet(for another purpose):

    Worksheets(newsheet).Cells(currRow, currCol).Value = Worksheets(oldSheet).Cells(i, j).Value

    I then save the entire sheet as a text file using:

    Application.ActiveSheet.SaveAs Filename:=fname, FileFormat:=xlTextWindows.

    How can I specify that the contents of cells must be extracted completely always ?

    Thanks

  4. #4
    Registered User
    Join Date
    06-01-2007
    Posts
    11
    Looks like I am able to extract the contents correctly. However, when I save the sheet as a .txt file, the data gets truncated.
    Should I try some other way to save the sheet as a txt file, instead of using the macro I recorded ?

  5. #5
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello Avr,

    I have been looking up information on xlTextWindows and haven't found much. Not sure why you chose this file format, but I would save the worksheet as xlCSV.

    Sincerely,
    Leith Ross

  6. #6
    Registered User
    Join Date
    06-01-2007
    Posts
    11
    Thank you for the inputs. I had tried xlCSV too earlier. The trouble is still that the contents of the cell is truncated to 255 chars. An explicit copy paste does take the entire cell content and paste it well but saving the sheet as a file does not work. Is there any other way around this ?
    Thanks !

+ 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