I have a bank file that I am trying to format in excel before loading as a .prn file into my financial software application for check recon. The dollar amount column must be imported in the financial database as a text field rather than a number field. The problem I'm having is that the file from the bank contains 3 decimal places(the last is a zero)rather than two. Once I format the file using VB macro in excel, I can't figure out how to remove the trailing zero's in the dollar amount column. I've tried changing the field to a number and removing the trailing zero, but when I try to change it back to a text field before exporting from excel, the numbers get messed up. RTrim only works for spaces. Any ideas?