On Thursday 21 June 2007 23:24:18 Fallows, Andrew wrote: > In the file I'm currently working with, one of the columns contains a > series of alpha-numeric codes, most of which are all numerals. And the > trouble I'm having is that when I print these codes out, those which are > all numerals get treated as large numbers and printed in scientific > notation (i.e. 9.9152516E7). I need to look at them as just a series of > digits, since they are not, in the traditional sense, numbers.
Have you considered using a string value in those cells instead of a numeric value? It might save you a lot of trouble. Daniel -- Daniel Noll Nuix Pty Ltd Suite 79, 89 Jones St, Ultimo NSW 2007, Australia Ph: +61 2 9280 0699 Web: http://nuix.com/ Fax: +61 2 9212 6902 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
