I am trying to have the "Speech" after the "SoundRec" but it always says the "Speech" first.
I don't understand why it does not work.
Thank you for your help.
dhh
Sub Macro1()
'
Range("A1").Select
ActiveSheet.Shapes("object 1").Select
Selection.Verb Verb:=xlPrimary
Application.Speech.Speak "Hello and how are you today"
End Sub
I don't understand why it does not work.
Thank you for your help.
dhh
Sub Macro1()
'
Range("A1").Select
ActiveSheet.Shapes("object 1").Select
Selection.Verb Verb:=xlPrimary
Application.Speech.Speak "Hello and how are you today"
End Sub