I have to make an ASCII file to submitt to the IRS. I have all of the needed data in Excel. The IRS requires a certain format. Each field or column, in the ascii file, has to take up, lets say 40 spaces. So I made each field in excel have 40 spaces, which would include the cell text plus 40-(that cells number of characters) spaces. When I convert it to a ascII .txt file it shows spaces in between each coulmn. I don't want that. How would I take that excel file and make it an ascII file, so it just has the data not any spaces between the columns? I hope that is a clear question. Thanks Dave