Word Object

S

Stas

Hello All!
I need help for programming Equation Object
example.
I paste to Word document new Equation Object
Selection.InlineShapes.AddOLEObject ClassType:="Equation.3",
LinkToFile:= _
False, DisplayAsIcon:=False
and I'll must program my new object with some rules

1.
10
Q= -------
A
2.
100*d
Q= -----------
A*b

Can I program Equation.object?
And Where I can find help files about methods or properties of
Equation.object.
Thanks.
Stas.
 
D

Doug Robbins - Word MVP - DELETE UPPERCASE CHARACT

Hi Stas,

I am not sure that you can do that sort of thing with the Equation Editor.
To try and find out, send a message to [email protected]
<[email protected]> or in particular Bob Matthews at Design Science, the
company that provide the Equation Editor.

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Top