Hi all
I need to transfer some tables into Excel file.In my form on btnclick event I want to send all data of table into excel sheet.How can do this?plz provide the code .
I am using Vb.net 2003 with Access
User Profile
Collapse
-
VB.NET Exporting Table from Access to Excel
-
hi try this........... .......
[CODE=vbnet]Dim c As String
s = "select pass from emplogin where username='" & cmblogin.Text & "'"
com = New OleDbCommand(s, con)
con.Open()
dr = com.ExecuteRead er
While dr.Read
c = dr(0)
End While
con.Close()... -
VB .Net : Read Excel File
hi all
m new to vb.net.can anyone tell me how to import excel sheet into my form,I am using access as a backend
regards
poonam
No activity results to display
Show More
Leave a comment: