Friday, April 17, 2009
Make Excel talk VBA code
It's pretty simple and you can use it to read pretty much anything, cell reference, etc. Add a whole new level of creepiness to your spreadsheets.
strTextToRead = "Hello world lol"
Application.Speech.Speak(strTextToRead)
Labels: programming
PermaLink / Posted by: Tony


