View Single Post
  #16   Report Post  
Posted to microsoft.public.excel.programming
Carlton Patterson Carlton Patterson is offline
external usenet poster
 
Posts: 95
Default Adding Sound to Program

Hi Tom,

Thanks for the program, however the following statement is highlighted
in red followed by this error message:

Declare Function Beep Lib "kernel32" (ByVal dwFreq As Long, ByVal
dwDuration
As Long) As Long


Compile Error:

Expected: list separator or )

Cheers

Carlton

*** Sent via Developersdex http://www.developersdex.com ***