View Single Post
  #17   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Adding Sound to Program

That should all be one line.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Carlton Patterson" wrote in message
...
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 ***