Hi there! CVigil here.
Also, if you're prepared to do some programming in Visual Basic (VBA)...
If you want to output to a text file, but need to write your own output routine (i.e. if the standard built-in export functions won't do what you want or need), then check Visual Basic help for the following *statements*:
Open
Close
Print #
Input #
These will probably also lead you to other useful statements, functions, and generally useful things that will help you in outputting to text files for yourself. Also check out the following *functions*:
Tab
Spc
Space
String
as well as any formatting and string-/text-related functions that will help you in your formatting before writing to a text file.
. . .
One other option is to (somehow) get all the text you want, formatted just-so (as you please), into a table and export that to a text file.
Well, I've got to run, but this -- along with the previous answers -- should help you in the right direction. -- C Vigil =)
(Before becoming a member, I also signed on several posts as
"JustPassingThru" and "QuickieBoy" -- as in "Giving Quick Answers"
