Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Beep on greater than zero | New Users to Excel | |||
BEEP | Excel Discussion (Misc queries) | |||
turn off beep | Excel Discussion (Misc queries) | |||
beep suddenly won't work | Excel Discussion (Misc queries) | |||
disable the msgbox beep? | Excel Programming |