Tre
Jun 9th, 2002, 03:27 AM
I am developing a program that uses OLE to transfer data back and forth between Excel and my VBA. My program works GREAT!:D
Except for one small detail. Those who choose not to have Excel installed on their machine can't run the program...:mad:
My question is:
How do you make an OLE VBA code work on a machine that doesn't have Excel installed?
Option 2::eek:
The program uses a chart and a graph from an existing .XLS file in the OLE section of my program. If it is not possible to run this file on non-"Excel"-ed computers.... how can I use Flexgrid and MSChart or MSGraph to make the same thing happen....
EX: An input for textbox 1 is sent to Excel Cell A3. That is then graphed out on the Chart built into the Excel Sheet. Then the info from the Sheet and Chart are sent back to my programs linked OLE to display them for the user to see.
If that is not enough information to answer my wuestions, please let me know and I will add more detail.
Thanks for your time.
Tre:cool:
Except for one small detail. Those who choose not to have Excel installed on their machine can't run the program...:mad:
My question is:
How do you make an OLE VBA code work on a machine that doesn't have Excel installed?
Option 2::eek:
The program uses a chart and a graph from an existing .XLS file in the OLE section of my program. If it is not possible to run this file on non-"Excel"-ed computers.... how can I use Flexgrid and MSChart or MSGraph to make the same thing happen....
EX: An input for textbox 1 is sent to Excel Cell A3. That is then graphed out on the Chart built into the Excel Sheet. Then the info from the Sheet and Chart are sent back to my programs linked OLE to display them for the user to see.
If that is not enough information to answer my wuestions, please let me know and I will add more detail.
Thanks for your time.
Tre:cool: