View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KJTFS[_105_] KJTFS[_105_] is offline
external usenet poster
 
Posts: 1
Default I want to *beep* *beep*!!!!

what happens if you put

Sub MultiBeep(NumBeeps)
Dim Counter
For Counter = 1 To NumBeeps
Beep
Next

Beep
End Sub

or
Beep
Beep

does it beep twice then? How about when you hard code the loop with
number instead of a variable?


Sorry I cant test anything with sound my work computer doesnt have
sound card or even a speaker so I can't test. Also try saying Nex
Counter and Dim Counter as Integer

Hope that sheds some light on something.

Keith
www.kjtfs.co

--
Message posted from http://www.ExcelForum.com