Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am programming with visual studio C++ 6,
i built a program which create a text that i can open with excel and create a graph. how can i call excel from the C program and tell it to convert the data to a graph automaticly then save it as an excel workbook? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Visual C++ has a good SHELL interface. FIrst create a workbook that will,
upon opening, execute a macro to do your Excel tasks. Then use your C++ code to invoke the workbook through the SHELL. -- Gary''s Student "עומר" wrote: I am programming with visual studio C++ 6, i built a program which create a text that i can open with excel and create a graph. how can i call excel from the C program and tell it to convert the data to a graph automaticly then save it as an excel workbook? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Refresh Error when calling Excel Macro from VB.NET program | Excel Discussion (Misc queries) | |||
Program calling up Excel - Not running Macro | Excel Programming | |||
calling macro in excel from VB program | Excel Programming | |||
Calling Access Program from Excel | Excel Programming | |||
How disabling sounds when calling a shell program? | Excel Programming |