View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Eric[_12_] Eric[_12_] is offline
external usenet poster
 
Posts: 7
Default How to get data using VB?

That seems to have worked just fine The application is reading in my Excel
document and writing it to the screen. Now I just need to figure out the
syntax to write the information to a text file.

"Tom Ogilvy" wrote in message
...
If your data is set up like a database on one sheet, then perhaps:

....
http://support.microsoft.com/?kbid=278973
SAMPLE: ExcelADO Demonstrates How to Use ADO to Read and Write Data in

Excel
Workbooks

....
--
Regards,
Tom Ogilvy