bamaisgreat
Well-known Member
- Joined
- Jan 23, 2012
- Messages
- 834
- Office Version
- 365
- Platform
- Windows
I have a application on a spreadsheet and what I would like is when they click on a few specific cells it will run this speech code I found
I will be doing this on the whole application
Example: Name,City,State,race etc.....
Code:
Sub State()
Application.Speech.Speak "Enter the state you live in!"
End Sub
Example: Name,City,State,race etc.....