Hello,

Depending on two situations i need to make very small modifications to an equation automatically in Word (i'm doing a fusion from Access to Word, I just realised I might be in the wrong forum). Up to now, all I have managed to do is select the equation and open it up, but I cannot do anything inside of it. Here is the code:



Sub Test()
ActiveDocument.Shapes("Object 5").Select
Selection.ShapeRange(1).OLEFormat.DoVerb VerbIndex:=wdOLEVerbPrimary
End Sub

How can I go ahead a modify the fields? I tried: Selection.TypeBackspace

but there is no response from the program.

Thanks in advance,