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.