PDA

View Full Version : How can I change special characters or signs to equation by using Sendkeys throughVBA



s_xczp
05-08-2012, 06:45 AM
I have a large document containing lots of x2(x squared), double arrow
in and such special characters. I want to change them into Microsoft
3.0 equation form(It is required by the team). I find no way but using
function AddOLEObject and Sendkeys through VBA. Common characters can be added to equation by function Sendkeys, but I do not know how to send x2(x squared), "double arrow", "in" , " not greater than " such special characters or signs, to name but a few to the equation by function Sendkeys.
Can anyone with kindness help me? Thaks a lot.