Here's one for all you gurus out there! We do a lot of work with the Federal government and as a result, we have to do things their way. One of the things that they require is that for each order that comes in, we have to send a response back to them. The response is always in an 80 column line format. Does anyone have any ideas on how to control the output from VBA to a text file so that specific information will always end up at the right space on the line? For example, the Supplementary Address should always start at position 45 in the 80 column format. I've already gotten the data together and can concatenate it, but how do I control what goes where if the data lengths are variable? Any help would be greatly appreciated.