Thread
:
Beep & Time
View Single Post
#
1
Posted to microsoft.public.excel.programming
Faraz A. Qureshi
external usenet poster
Posts: 211
Beep & Time
A code like the following should play ten beeps shouldn't it?
Sub Bp()
For x = 1 To 10
Beep
Next
End Sub
How to have them played at specified intervals for example after 3/5 seconds
each?
--
Best Regards,
Faraz
Reply With Quote
Faraz A. Qureshi
View Public Profile
Find all posts by Faraz A. Qureshi