View Single Post
 
Old 01-09-2015, 10:26 AM
pooley343 pooley343 is offline Windows XP Office 2007
Novice
 
Join Date: Jul 2011
Posts: 6
pooley343 is on a distinguished road
Default Variables in Equation using OMath object

To all,

I am trying to create a custom Math tool for Word. One bit I want to be able to do is insert and equation using the vba OMath object (http://msdn.microsoft.com/en-us/libr...ffice.15).aspx). I can do this bit fine.

However, I also want to be able to add properties (or variables/fields) into the equation when it is create. So, this means that I can update the property and it updates the text in the equation.

This can be done manually by dragging the property into the equation but I cannot figure out if it can be done in the OMath object.

I hope that makes sense! Can anyone help?
Thanks.
Reply With Quote