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

Thread: urgent!!!!!

  1. #1
    Join Date
    Nov 1999
    Location
    India
    Posts
    10

    urgent!!!!!

    Hi folks
    if anybody has idea how do we call the excel functions from vb application. e.g. excel gives us sum of the selected range. the same function i want to call from my vb application so that i can give the range of values and the function will operate on that range and give me the result.

    Thanx in advance



  2. #2
    Join Date
    Jan 2000
    Posts
    2

    Re: urgent!!!!!

    If you reference the Microsoft Excel 8.0 Object Library DLL you can access all of the inherit functions and objects within the Excel VBA environment

    Hope I helped
    JC

    (For example
    Excel.ActiveCell.Activate
    Excel.Range
    Excel.Rows.Summary


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