Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I add sound to a macro button in excel?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Add a line like this to your macro:
Application.Speech.Speak "boing" -- Gary''s Student - gsnu200907 "KCSA" wrote: How can I add sound to a macro button in excel? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
simplest
Sub test() Beep End Sub If you want to play a wav file that is also possible with a little work. -- HTH... Jim Thomlinson "KCSA" wrote: How can I add sound to a macro button in excel? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create macro with button in excel spreadsheet | Excel Worksheet Functions | |||
Excel 2007 crash when trying to add macro button to QAT | Excel Discussion (Misc queries) | |||
how to link a macro to a button on the excel sheet | Excel Discussion (Misc queries) | |||
Macro button from office (excel) 98 | Excel Discussion (Misc queries) | |||
excel to html looses button and macro, why? | Excel Discussion (Misc queries) |