Is there a way to launch an audio clip when a worksheet opens? If so, how would I do that.
M Mike Jul 28, 2006 #1 Is there a way to launch an audio clip when a worksheet opens? If so, how would I do that.
T Tom Hutchins Jul 28, 2006 #2 If you mean a workBOOK, use a Workbook_Open event. If you mean a workSHEET, use a Worksheet_Activate event. To learn how to play sounds from Excel, see the following link: http://www.j-walk.com/ss/excel/tips/tip59.htm Hope this helps, Hutch
If you mean a workBOOK, use a Workbook_Open event. If you mean a workSHEET, use a Worksheet_Activate event. To learn how to play sounds from Excel, see the following link: http://www.j-walk.com/ss/excel/tips/tip59.htm Hope this helps, Hutch