Generate Sound Alerts in Excel | Beep Sound in Excel

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ส.ค. 2024

ความคิดเห็น • 26

  • @TheMarkdo1980
    @TheMarkdo1980 4 วันที่ผ่านมา

    Heloo, can you do it in Libre Office calc?.. i usually use hat..

  • @judithgeraldinemacdonald7494
    @judithgeraldinemacdonald7494 3 ปีที่แล้ว +1

    Short & sweet 👍
    Very nice 👌

  • @hadherramadhanmohammed3699
    @hadherramadhanmohammed3699 ปีที่แล้ว

    thank you exactlly what i want

  • @jenniferalphonso9823
    @jenniferalphonso9823 ปีที่แล้ว

    how do you get an alarm beep to go off at a certain time.

  • @vatsalthakkar1283
    @vatsalthakkar1283 ปีที่แล้ว

    Can i do the same beep function add in google sheet ??

    • @ExceliburVideos
      @ExceliburVideos  ปีที่แล้ว

      The same way will not function in google sheets probably.

  • @_Godfather_00
    @_Godfather_00 ปีที่แล้ว

    How to do this for multiple cells ?

    • @ExceliburVideos
      @ExceliburVideos  ปีที่แล้ว +1

      hi, you can check the values of multiple cells by assigning the "val" with different values using FOR loop for instance.

    • @_Godfather_00
      @_Godfather_00 ปีที่แล้ว

      @@ExceliburVideos could you write the code or something or even a link would be fine I’m not well versed with VBA, still learning. Thanks

    • @ExceliburVideos
      @ExceliburVideos  ปีที่แล้ว +1

      Dim val
      For x = 1 To 50 (checks from row 1 to 50)
      val = cells (x,3).value
      Call Beepnow
      Next x
      End Sub

    • @_Godfather_00
      @_Godfather_00 ปีที่แล้ว

      @@ExceliburVideos thanks for the help buddy

    • @ExceliburVideos
      @ExceliburVideos  ปีที่แล้ว

      Also, if you are keen to learn VBA this playlist would be really helpful : th-cam.com/play/PLlU_cYRLFcqIbyKIeTLIgMp9tLNnlYP5P.html

  • @figuredoutfitness8154
    @figuredoutfitness8154 ปีที่แล้ว

    Instead of beep can i add own voice note?

    • @ExceliburVideos
      @ExceliburVideos  ปีที่แล้ว

      Yes, there is a possibility to do that as well.

    • @figuredoutfitness8154
      @figuredoutfitness8154 ปีที่แล้ว

      @@ExceliburVideos plz suggest how to do this?

    • @ExceliburVideos
      @ExceliburVideos  ปีที่แล้ว +1

      Hi, you can call the playsound function instead of beep. Please refer to the link for help :
      learn.microsoft.com/en-us/office/client-developer/visio/playsound-function

    • @figuredoutfitness8154
      @figuredoutfitness8154 ปีที่แล้ว

      @@ExceliburVideos I want alert as my own recorded sound

    • @ExceliburVideos
      @ExceliburVideos  ปีที่แล้ว

      Yes, in the beep now function in the video , remove the beep and call the playsound function. On the link I shared before, replace the chord.wav in Example 1 with your own recorded sound.