CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: edolf8

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    16,791

    Re: Excel from VB 2010

    Hello Erik,

    This code is great! The only problem I'm having is when I copy your code into the program, it shows an error on these lines:

    Private mExcelApp As Excel.Application

    mExcelApp =...
  2. Replies
    4
    Views
    8,509

    Re: Editing excel with VB

    Thanks for the welcome dglienna! I took your advice and searched through the forums, and found a code that I think I can manipulate to work how I want it. However, there are a few errors that I...
  3. Replies
    4
    Views
    8,509

    Editing excel with VB

    Hi everyone,

    I am trying to write code that will open an excel worksheet that was picked by the user, pick out specific information, and output that information into a chart. So far I have the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured