Excel 2003
We use predefined spreadsheet templates for various calculations. The templates have the formulas set in the cells and the cells are protected. The formulas are then displayed as text at the bottom of the spreadsheet so that an engineer reviewing the calculations can follow them. Each formula is displayed as straight-line text inside the cell. Instead, we want to use the Microsoft Equation Editor to create an equation object for each equation. We want two objects per equation: one which shows the equation in general form, and then one which has been formatted with the values the user plugged in so that they can easily see the results.
I realise that this will involve a script that destroys the previous object and generates a new based on the values in the cells, but I have not been able to figure out how to access the microsoft equation editor through VBA code. I searched the object browser and the reference library. Can anyone give me any hints as to where I should look?
-Joshua
Well, You can try banging your head against the wall, but you just end up with lost-time injuries and damaged equipment. [M. Passman]
We use predefined spreadsheet templates for various calculations. The templates have the formulas set in the cells and the cells are protected. The formulas are then displayed as text at the bottom of the spreadsheet so that an engineer reviewing the calculations can follow them. Each formula is displayed as straight-line text inside the cell. Instead, we want to use the Microsoft Equation Editor to create an equation object for each equation. We want two objects per equation: one which shows the equation in general form, and then one which has been formatted with the values the user plugged in so that they can easily see the results.
I realise that this will involve a script that destroys the previous object and generates a new based on the values in the cells, but I have not been able to figure out how to access the microsoft equation editor through VBA code. I searched the object browser and the reference library. Can anyone give me any hints as to where I should look?
-Joshua
Well, You can try banging your head against the wall, but you just end up with lost-time injuries and damaged equipment. [M. Passman]