Results 1 to 2 of 2

Thread: how to call Excel-chart

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Location
    china
    Posts
    11

    how to call Excel-chart

    hello
    how to call Excel-chart to display some datas from a .mdb file

  2. #2
    jim mcnamara
    Guest
    A suggestion:

    Go into Excel. Turn on recording a macro.

    Create the data from the MDB, and then create the chart.

    End macro recording.

    If you edit the macro, you will find VBA (VB) code that does what you want. You need to cut & paste the code into your project. With a few additional changes, like declaring variables, and creating a ExcelWorksheet object, your VB or VBA app can now do exactly what you want.

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