Quote:
|
Originally Posted by KevinB
In the .txt file generated, the numbers are not rounded.
|
Really?? Hmm. Here's a suggestion: in column B you're probably calculating some formula based on the data in column A. Wrap the following around your formula for column B: "=Round( (your formula) , 0)" The ,0 specifies that you want 0 decimal places. That should take care of it.