> It's calling them RK if they are 1, 2, 3, 4, 5 > (integer-appearing) and LABELSST if they are 1.21, > 3.001, 5.66 (float-appearing). The "format" selected > in excel is "Text", but I guess it's really variant. > > The problem is that 1 comes back as 1.0 because that's > how doubles are converted to string - the thing is, > 1.0 and 1 are both valid and entirely different > values.
You could always cast it to an "int", and then convert it to a String... jc -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
