Archive

Posts Tagged ‘retrieve’

How to Get Data from Excel Worksheet Using VB6

September 2nd, 2009 Masino Sinaga 4 comments

You can read and retrieve data from Microsoft Excel Worksheet easily by using your application that you made by Visual Basic 6 (VB6) programming. Simply just using its Microsoft Excel Object Library reference provided by VB6. The following code will show you how we can do that step by step. Started from how we can prepare the Excel object, get or create the Excel object, opening the Excel file, opening the Excel worksheet, accessing (read and displaying) the data from Excel file, closing the Excel worksheet, closing the Excel file, until cleaning-up the memory used by the Excel object. This is very very important for you, since almost our data stored in Microsoft Excel file, and not always in the database. Read more…

  • Share/Bookmark
Categories: Excel File Tags: , , , , , , ,