Saturday, April 20, 2019

Use Text to Speech


Use Text to Speech
Just select a range and run this code, excel will speak all the text what you have in that range, cell by cell.
Sub Speak()
Selection.Speak
End Sub

No comments:

Post a Comment