View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How to read Excel Spread Sheet in VB

Here is a start:

http://support.microsoft.com/support...eio/fileio.asp
File Access with Visual Basic® for Applications

The key will be able if you can identify what it is you need and what you
don't.

--
Regards,
Tom Ogilvy


"Shabnam Gupta" wrote in message
...
Hello Everyone,
I am working on a project where I have to read an excel
spreadsheet with about 60 cells and rows of data that I
don't need. I want to write out a comma delimited file
with just the information I need. Is there a way to
create a excel object, open the spread sheet and then
read each row and column and strip out just what I need
to a flat file.

Any help is really appreciated.


Thanks
Shabnam