Hi all,

This is my first post so be gentle.

I am working on a program that calculates heating requirements from a list of chemicals based on initial and final input temperatures. I have displayed several formulas in the spreadsheet that I built using the equation builder. Now here's my problem. I want to display some of these equations in my program when it is running. I have done quite a lot of research and I have not found a way to do this. I have been trying a variety of commands attached to "Activesheet.OLEObjects.Item(1)." but I have not found any solutions. I want these to be displayed when a command button is pushed. Any help or thoughts will be much appreciated.

-Doc