Excel Charts

  • Thread starter Thread starter Srivathsa
  • Start date Start date
S

Srivathsa

Hi,

I've created a userform using excel vba (macros) and am
trying to display some charts on the form dynamically..

There are 2 options available.

1. To create a basic chart template in excel and
dynamically changing the data and display it. But the
problem i am facing is how to show the chart in the
userform. I have tried image control , but its not
working..

2. To use excel automation classes to dynamically create
charts and attach its data and display it in the userform..

i know these can be somehow done using VB, but i don't
have vb, just Excel!!

Can anyone please help me in this? Based on this or any
new idea also...no probs..

Thanks.
Sri
 
Back
Top