PDA

Click to See Complete Forum and Search --> : Open Excel Spreadsheet as database?


DZ
Jul 19th, 2000, 08:17 AM
I have some data that i need to look up in tables and translate that data onto an excel spreadsheet. The data that has to be looked up is also on an excel spreadsheet. I've been working on a Visual basic program to do this, but can't find a way to open an Excel spreadsheet (in code if possible) and pull info from it as if it were a database. Any suggestions on how to do this would be much appreciated!

Clunietp
Jul 19th, 2000, 10:53 AM
here is some code to open an excel spreadsheet using ADO:

http://forums.vb-world.net/showthread.php?threadid=23151

sbain
Jul 20th, 2000, 06:20 AM
Have a look at my posting username as sbain (just posted today).