User Profile

Collapse

Profile Sidebar

Collapse
edgara
edgara
Last Activity: May 8 '07, 04:02 AM
Joined: May 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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
    See more | Go to post

  • 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 Object
    ...
    See more | Go to post
    Last 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
Working...