Archive for 02/12/11
At Microsoft the whole Team, including Bill Gates, couldn’t answer why this happened!
It was discovered by a Brazilian. Try it out yourself…
Open Microsoft Word and type =rand (200, 99)
And then press ENTER.
And see the magic!....
Using this trick you can convert any text to audio with just a click.
How To Do It ?
Open Notepad file on your Windows PC.
Copy and paste the below mentioned code :
Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.techvorm.com","TechVorm Text-To- Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Save this file with any name with .vbs as extension. For eg. Text-To- audio.vbs

