VBA command loop through spreadsheet rows, until blank rows
Option Explicit Sub speakV2() ' hiker95, 04/22/2012 ' http://www.mrexcel.com/forum/showthread.php?t=630415 ' Original code by: ' srands, 04/22/2012 ' http://www.mrexcel.com/forum/showthread.php?t=630415 Dim r As Long, lr As Long, Speech As String lr = Cel...