Hi John, Cast does not work for converting datatype.
Also, Mayur's suggestion works when we have a limited number of columns. If we have a huge list of columns, we will have to write all of them in the query just to convert 1 column's datatype. For example, SELECT A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Str(Q) AS [ConvertedQ], R, T FROM [Sheet1$]. These are just temporary column names (A, B, C, etc.) for example.
Is there any other possibility?