Application.Speech.Speak "< spell >110< /spell>", False, SpeakXML:=True speaks One One Zero
How can this be reproduced with a string variable (Dim say as string) with a value of 110
Application.Speech.Speak Say, False, SpeakXML:=True speaks One hundred and ten
How is the < spell > XML added...