I need some help. My application reads an excel file and dumps it into a recordset. The problem is that if a coloumn in excel has numbers and text in it only the numbers are dumped into the recordset and not the text values. The text values are just blank
Set rsCat = New ADODB.Recordset
Set conn = New ADODB.Connection
sqlCatExcel = "select * from [All $]"
rsCat.CursorLocation = adUseClient
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.