I am fairly new to VBA, and I have a project for a class I am working on.
Our professor wants us to use the text-to speech function in Excel to have the computer read the instructions for our User Forms. The code I am using now is:
Private Sub cmdListen_Click()
Application.Speech.Speak (”Hello”)
End Sub
This is not working. Any suggestions?
Our professor wants us to use the text-to speech function in Excel to have the computer read the instructions for our User Forms. The code I am using now is:
Private Sub cmdListen_Click()
Application.Speech.Speak (”Hello”)
End Sub
This is not working. Any suggestions?