hi all,
i am using excel object in my project. i managed to write in the data to the excel worksheet and save it. can any one tell me how to draw a chart in excel thru vb program?
pls guide. its urgent
regards,
prakash
Printable View
hi all,
i am using excel object in my project. i managed to write in the data to the excel worksheet and save it. can any one tell me how to draw a chart in excel thru vb program?
pls guide. its urgent
regards,
prakash
Have you tried recording a macro in Excel, to do what you want, then copying its code into VB.
Here's a full excel project including chart creation code