
Signature
HTH
Van T. Dinh
MVP (Access)
> See replies to the thread "Import Excell Numbers as Text" by Ken
> Nicholas in this newsgroup about 30 hours before your post.
It is sometimes difficult to find old messages back. It is not so difficult
to repeat the text:
For a mixed Column in Excel, I normally create a "calculated" Column in the
spreadsheet using the Excel Spreadsheet function like:
= Text([CellInMixedColumnAnsSameRow], "General")
This converts all values to Text regardless of the data type in the mixed
Column.
When I import, I skip the mixed Column and import the "calculated" Column.

Signature
HTH
Van T. Dinh
MVP (Access)
Van T. Dinh - 16 Jul 2005 14:35 GMT
I used Outlook Express and there is no problem finding recent posts.
And there is Google Groups search as well.

Signature
HTH
Van T. Dinh
MVP (Access)
> It is sometimes difficult to find old messages back. It is not so
> difficult
> to repeat the text: