Posted to microsoft.public.excel.programming
|
|
Simple Sound Macro
Try:
Range("A1").Speak
--
Gary''s Student
"chalky" wrote:
I am hoping someone can help, this shoudn't be a difficult problem...
I currently have a macro that looks like this:
Sub Error_1()
Application.ScreenUpdating = False
Range("F6").Select
Selection.Font.ColorIndex = 36
Range("A1").Select
Application.ScreenUpdating = True
End Sub
All it is doing it unhiding a character in the relevant cell, what i am
looking for is some code that will add a noise to this action. the
noise will be in .WMV format so i believe will be easy to add.
Any ideas?
--
chalky
------------------------------------------------------------------------
chalky's Profile: http://www.excelforum.com/member.php...o&userid=23758
View this thread: http://www.excelforum.com/showthread...hreadid=501011
|