|
-
Dec 19th, 2001, 07:39 AM
#1
Thread Starter
New Member
how to call Excel-chart
hello
how to call Excel-chart to display some datas from a .mdb file
-
Dec 19th, 2001, 11:27 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|