View Single Post
  #1 (permalink)  
Old 01-22-2008, 10:08 PM
BWM BWM is offline
Junior Member
 
Join Date: Jan 2008
Posts: 1
BWM is on a distinguished road
Default ANY dialect question:

Getting Data From Excel


I am using a spreadsheet (v2000) as a database table and pulling data from it using a VBA SQL string into another Excel workbook (Select * from DataTable). It works fine unless a column has both numeric and text data in different cells. Then it only returns either the numeric data or the text and leaves the other cells in the column empty. It will not give both. It seems to work in Excel 2007 so it seems like it is a bug in 2000. Does any one know a way around this please?
Reply With Quote

ANSWER(S):