+ Reply to Thread
Results 1 to 2 of 2

Sound in a cell?

  1. #1
    Registered User
    Join Date
    01-20-2005
    Posts
    3

    Sound in a cell?

    Is there a way to have an audio file such as a .wav trigger in a cell when the value for that single cell changes?

    Thanks

    ~Sly

  2. #2
    Forum Contributor
    Join Date
    09-05-2004
    Location
    Melbourne
    Posts
    193
    Look at this website http://www.j-walk.com/ss/excel/tips/tip59.htm

    You'll also need to use Worksheet Events

    Example:

    Private Sub Worksheet_Change(ByVal Target As Range)

    IF Target.Address(False,False) = "A1" then PlayWAV

    End Sub

    (Assuming the PlayWAV subroutine is included as per J-Walk example)

    HTH

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1