IT-Academy

Hovoriace CV

Nov 30th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Sub hovor()
  2.  
  3. Dim i As Integer
  4.  
  5. For i = 5 To 7
  6.     Cells(i, 3).Font.Color = vbWhite
  7.     Application.Speech.Speak Cells(i, 3).Value
  8. Next i
  9.  
  10. Range(Cells(7, 3), Cells(7, 3).End(xlUp)).Font.Color = vbBlack
  11.  
  12. End Sub
Advertisement
Add Comment
Please, Sign In to add comment