You are on page 1of 1

Dim msg, sapi

msg=InputBox("Enter your text","Talk it")


Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

You might also like