User Profile
Collapse
-
How to Export Data Display from DataGrid to CSV or XLS
I am new in visual basic and I want to make an application for extracting records from DataGrid to Excel using Visual Basic and my database is MS SQL. Please somebody help me on how to do this...thanks a lot -
How to extract the records from datagrid to excel
I have developed an application for extracting records from datagrid to excel. Unfortunately, when i run this application, no records were extracted. If anybody knows what is lacking in my script then please inform me. Below is my script. Thanks a lot!!!
...Code:Private Sub cmDExtract_Click() On Error GoTo ErrorLine Screen.MousePointer = vbHourglass Dim xl As Object Dim wb As ObjectLast edited by Killer42; May 7 '07, 02:57 AM. Reason: Please use [CODE]...[/CODE] tags around your code.
No activity results to display
Show More