Sub speakup()
Application.Speech.Speak ("hey, update your report, bitch!")
Application.Speech.Speak ("hey, update your report, bitch!")
Application.Speech.Speak ("hey, update your report, bitch!")
MsgBox ("Hey, update your report, BITCH")
End Sub
Luego creas otra macro para que a cierta hora "llame" a la macro anterior:
Sub reminder()
Application.OnTime TimeValue("15:29:00"), "speakup"
End Sub
Application.OnTime TimeValue("15:29:00"), "speakup"
End Sub
No hay comentarios:
Publicar un comentario