How to export data to Microsoft Excel

How to Export Data to Excel Using VB.net and MS Access Database

Submitted by ClydeTiu on
Hi guys.. In this tutorial you will learn on how to export data to Microsoft Excel step by step. Create U.I Step 1 Create a database using Microsoft access Step 2 Connect Database to VB.net Step 3 Add References right Click then select properties shown on number 13 Here is the source code Imports Excel = Microsoft.Office.Interop.Excel Imports System.Data.OleDb Public Class frmgenerate Dim rdr As