+ Reply to Thread
Results 1 to 6 of 6

Need To creat a sound and pop up messege alert

  1. #1
    Registered User
    Join Date
    04-28-2016
    Location
    usa
    MS-Off Ver
    2007
    Posts
    48

    Question Need To creat a sound and pop up messege alert

    Dear Sir,

    Would like to know, what would be the easiest way to creat a sound and a pop up messege alert when the value in a certain cell is less than a value I specify.

    for example if value in cell x8 is less than 190 then I want a sound and pop up messege alert.

    Many thanks in advance for your help

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Need To creat a sound and pop up messege alert

    if you dont need any thing fancy then "BEEP" could just do
    otherwise

    http://www.cpearson.com/excel/PlaySound.aspx
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert Kenneth Hobson's Avatar
    Join Date
    02-05-2007
    Location
    Tecumseh, OK
    MS-Off Ver
    Office 365, Win10Home
    Posts
    2,573

    Re: Need To creat a sound and pop up messege alert

    Welcome to the forum!

    The trigger event will be based on a manual change in value or a formula change? IF the latter, what is the formula?

    The sound could be a Beep or play a sound as mentioned or
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    04-28-2016
    Location
    usa
    MS-Off Ver
    2007
    Posts
    48

    Re: Need To creat a sound and pop up messege alert

    Many thanks, it is a formula change in cell x8, however I would like to have a popup messege and a beep together, like when I open the worksheet if the value is in this cell is less than 190 I want a pop up messege and beep.

    also would you please let me know how to enter the vba and use it, for this job.

    the formula in x8 is very simple (=X9-'inventory'!Z8 )

    many thanks again in advance

  5. #5
    Registered User
    Join Date
    04-28-2016
    Location
    usa
    MS-Off Ver
    2007
    Posts
    48

    Re: Need To creat a sound and pop up messege alert

    Many thanks, it is a formula change in cell x8, however I would like to have a popup messege and a beep together, like when I open the worksheet if the value is in this cell is less than 190 I want a pop up messege and beep.

    also would you please let me know how to enter the vba and use it, for this job.

    the formula in x8 is very simple (=X9-'inventory'!Z8 )

    many thanks again in advance

  6. #6
    Registered User
    Join Date
    04-28-2016
    Location
    usa
    MS-Off Ver
    2007
    Posts
    48

    Angry auto open vba code problems

    Dear guys,

    I HAVE establish the vba code listed below, however the problem is that this VBA CODE WAS WORKING OKAY, BUT LATELY, IT IS GIVING WARNINING EVEN IF THE RULE IS NOT ESTABLISHED OR IGNORING WARNING EVEN IF THE RULE IS ESTABLISHED, WHAT COULD BE THE PROBLEM?
    FOR EXAMPLE MAYA PACKAGING BOXES ARE OVER THE SPECIFED MINIMUM AMOUNT, HOWEVER IT IS GIVING A WARNING EACH TIME I OPEN EXCEL, ON THE OTHER SIDE, MAYA PAPER IS BELOW THE SPECIFIED AMOUNT, AND YET NO WARNNING, WHAT COULD BE THE PROBLEM? IS IT THE QUOTATION IN THE VBA WRONG OR THE CODE? COULD YOU CORRECT IF FOR ME?

    MANY THANKS IN ADVANCE

    THE CODE IS :

    Sub Auto_Open()
    Sheets("STORAGE MATERIALS").Select
    If Range("C8") <= "1500" Then
    Application.Speech.Speak "Diesel Fuel is gettig low"
    MsgBox "Please Order Diesel Immediatly "
    End If
    SHEETS("STORAGE MATERIALS").Select
    If Range("y8") <= "2000" Then
    Application.Speech.Speak "packaging Boxes are gettig low"
    MsgBox "Please Order MAYA Packaging Boxes Immediatly "
    End If
    Sheets("STORAGE MATERIALS").Select
    If Range("u8") <= "2" Then
    Application.Speech.Speak "Enzym is gettig low"
    MsgBox "Please Order Enzym Immediatly "
    End If
    Sheets("STORAGE MATERIALS").Select
    If Range("x8") <= "150" Then
    Application.Speech.Speak "packaging paper is gettig low"
    MsgBox "Please Order MAYA Packaging Paper Immediatly "
    Else
    Sheets("STORAGE MATERIALS").Select
    Application.Speech.Speak "Welcome"
    End If
    End Sub

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Creat Alert when date is between two dates
    By emjones712 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-27-2014, 10:44 AM
  2. Sound Alert
    By Raj Mukherji in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-23-2014, 11:41 AM
  3. [SOLVED] Sound Alert as a cell value changes
    By mrdog in forum Excel General
    Replies: 23
    Last Post: 02-28-2014, 03:26 PM
  4. sound alert from excel
    By dan in forum Excel General
    Replies: 0
    Last Post: 06-25-2006, 10:55 PM
  5. Sound alert
    By Antonio in forum Excel General
    Replies: 3
    Last Post: 05-30-2006, 02:15 PM
  6. Sound / Audible Alert in a Woksheet ?
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-06-2005, 07:05 AM
  7. Sound / Audible Alert in a Woksheet ?
    By carl in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM

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