I've got an accounting program I wrote (basically a General Ledger). I
have an option to send the postings to a spreadsheet.
I use a comma delimited file. This works fine.
The user can include up to 6 fields, the last being the amount field.
I want to be able to include a macro or something to total this last column
at the bottom of the spreadsheet, when it is imported.
Any Ideas.
Fields are:
Date, Journal, Reference, Description, Account, Amount
I don't send (currently) any formatting information, just a comma delimited
file with the headings as the first "record"
Thanks in advance for any help.