CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    2

    Connecting Excel with VB

    Hi,
    Does any one know how could i connect MS Excel with VB through ODBC?



  2. #2
    Join Date
    Jul 2000
    Posts
    124

    Re: Connecting Excel with VB

    There are a couple of ways to do this. You can use the OLE on the toolbox, which embeds the Excel document in the Application. Or you can reference Excel in Project -- References and open it using code (it will open in a separate window).

    HTH,
    Erica


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured