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 to the variable?
Or is there another way to force numbers to be spoken as One One Zero rather than One hundred and ten
Thanks
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 to the variable?
Or is there another way to force numbers to be spoken as One One Zero rather than One hundred and ten
Thanks
Last edited: