Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

How to create a template in excel for a graph ?

Eg: I have a set of points and when I load those set of points in that area, a graph should be created automatically using those values. Is it possible to do that way and how?
Posted

1 solution

You could create charts dynamically using Macros, VBA etc. Please refer the following links which will help you. You could also create graphs using C# and Vb.net from .net application

Creating Excel Charts Dynamically from Database, using VB.NET[^]

http://support.microsoft.com/kb/176443[^]

http://excel.bigresource.com/Creating-a-graph-using-VBA--mVoBuB85.html[^]


http://msdn.microsoft.com/en-us/library/aa203725(v=office.11).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900